#978DFB

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

Shades of Light Slate Blue #978DFB

Tints of Light Slate Blue #978DFB

Color information

#978DFB (or 0x978DFB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8D and FB. RGB value is (151,141,251). Sum of RGB (Red+Green+Blue) = 151+141+251=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #978DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DFB is #687204. Grayscale: #9C9C9C. Windows color (decimal): -6844933 or 16485783. OLE color: 16485783.

HSL color Cylindrical-coordinate representation of color #978DFB: hue angle of 245.45º 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 #978DFB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151141251-
CMYK0.400.4400.02
HSL245.45º93.22%76.86%-
HSV(B)245.45º43.82%98.43%-
XYZ39.732.5995.47-
YUV156.53181.31124.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 251 (98.44% from 255) = 46.22%
R=27.81%
G=25.97%
B=46.22%

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
Decimal1511412510.400.4400.02245.4593.2276.86
Hex978DFB282C02f55d4d
Octal227215373505402365135115
Binary1001011110001101111110111010001011000101111010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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