#978CFC

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

Shades of Light Slate Blue #978CFC

Tints of Light Slate Blue #978CFC

Color information

#978CFC (or 0x978CFC) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8C and FC. RGB value is (151,140,252). Sum of RGB (Red+Green+Blue) = 151+140+252=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #978CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CFC is #687303. Grayscale: #9B9B9B. Windows color (decimal): -6845188 or 16551063. OLE color: 16551063.

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

Color convert

RGB151140252-
CMYK0.400.4400.01
HSL245.89º94.92%76.86%-
HSV(B)245.89º44.44%98.82%-
XYZ39.7132.3696.25-
YUV156.06182.14124.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=27.81%
G=25.78%
B=46.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511402520.400.4400.01245.8994.9276.86
Hex978CFC282C01f65f4d
Octal227214374505401366137115
Binary100101111000110011111100101000101100011111011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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