#978CFB

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

Shades of Light Slate Blue #978CFB

Tints of Light Slate Blue #978CFB

Color information

#978CFB (or 0x978CFB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8C and FB. RGB value is (151,140,251). Sum of RGB (Red+Green+Blue) = 151+140+251=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #978CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CFB is #687304. Grayscale: #9B9B9B. Windows color (decimal): -6845189 or 16485527. OLE color: 16485527.

HSL color Cylindrical-coordinate representation of color #978CFB: hue angle of 245.95º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978CFB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151140251-
CMYK0.400.4400.02
HSL245.95º93.28%76.67%-
HSV(B)245.95º44.22%98.43%-
XYZ39.5532.395.42-
YUV155.94181.64124.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=27.86%
G=25.83%
B=46.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511402510.400.4400.02245.9593.2876.67
Hex978CFB282C02f65d4d
Octal227214373505402366135115
Binary1001011110001100111110111010001011000101111011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,251); }

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

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

 a { background-color: rgb(151,140,251); }

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

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

 span { border-color: rgb(151,140,251); }

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