#978AFC

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

Shades of Light Slate Blue #978AFC

Tints of Light Slate Blue #978AFC

Color information

#978AFC (or 0x978AFC) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8A and FC. RGB value is (151,138,252). Sum of RGB (Red+Green+Blue) = 151+138+252=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #978AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFC is #687503. Grayscale: #9A9A9A. Windows color (decimal): -6845700 or 16550551. OLE color: 16550551.

HSL color Cylindrical-coordinate representation of color #978AFC: hue angle of 246.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #978AFC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151138252-
CMYK0.400.4500.01
HSL246.84º95%76.47%-
HSV(B)246.84º45.24%98.82%-
XYZ39.4231.7896.15-
YUV154.88182.81125.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=27.91%
G=25.51%
B=46.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511382520.400.4500.01246.849576.47
Hex978AFC282D01f75f4c
Octal227212374505501367137114
Binary100101111000101011111100101000101101011111011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,252); }

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

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

 a { background-color: rgb(151,138,252); }

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

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

 span { border-color: rgb(151,138,252); }

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