#978CFD

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

Shades of Light Slate Blue #978CFD

Tints of Light Slate Blue #978CFD

Color information

#978CFD (or 0x978CFD) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8C and FD. RGB value is (151,140,253). Sum of RGB (Red+Green+Blue) = 151+140+253=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #978CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CFD is #687302. Grayscale: #9B9B9B. Windows color (decimal): -6845187 or 16616599. OLE color: 16616599.

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

Color convert

RGB151140253-
CMYK0.400.4500.01
HSL245.84º96.58%77.06%-
HSV(B)245.84º44.66%99.22%-
XYZ39.8732.4397.09-
YUV156.17182.64124.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.76%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=27.76%
G=25.74%
B=46.51%

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
Decimal1511402530.400.4500.01245.8496.5877.06
Hex978CFD282D01f6614d
Octal227214375505501366141115
Binary100101111000110011111101101000101101011111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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