#978EFF

Color #978EFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #978EFF

Tints of Light Slate Blue #978EFF

Color information

#978EFF (or 0x978EFF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8E and FF. RGB value is (151,142,255). Sum of RGB (Red+Green+Blue) = 151+142+255=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #978EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EFF is #687100. Grayscale: #9D9D9D. Windows color (decimal): -6844673 or 16748183. OLE color: 16748183.

HSL color Cylindrical-coordinate representation of color #978EFF: hue angle of 244.78º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978EFF is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151142255-
CMYK0.410.4400
HSL244.78º100%77.84%-
HSV(B)244.78º44.31%100%-
XYZ40.4933.1598.87-
YUV157.57182.98123.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 142 (55.86% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 46.53%
R=27.55%
G=25.91%
B=46.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511422550.410.4400244.7810077.84
Hex978EFF292C00f5644e
Octal227216377515400365144116
Binary100101111000111011111111101001101100001111010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978EFF; }

 p { color: rgb(151,142,255); }

 H1.HeaderClassName
 {
   color: #978EFF;
 }
 .AnyTagClassName
 {
   color: #978EFF;
 }
</style>
background-color css

<style>
 a { background-color: #978EFF; }

 a { background-color: rgb(151,142,255); }

 div.DivClassName
 {
   background-color: #978EFF;
 }
 .BgClassName
 {
   background-color: #978EFF;
 }
</style>
border-color css

<style>
 span { border-color: #978EFF; }

 span { border-color: rgb(151,142,255); }

 td.TdClassName
 {
   border-color: #978EFF;
 }
 .TagClassName
 {
   border-color: #978EFF;
 }
</style>