#978BFB

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

Shades of Light Slate Blue #978BFB

Tints of Light Slate Blue #978BFB

Color information

#978BFB (or 0x978BFB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8B and FB. RGB value is (151,139,251). Sum of RGB (Red+Green+Blue) = 151+139+251=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #978BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BFB is #687404. Grayscale: #9A9A9A. Windows color (decimal): -6845445 or 16485271. OLE color: 16485271.

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

Color convert

RGB151139251-
CMYK0.400.4500.02
HSL246.43º93.33%76.47%-
HSV(B)246.43º44.62%98.43%-
XYZ39.4132.0195.37-
YUV155.36181.98124.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=27.91%
G=25.69%
B=46.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511392510.400.4500.02246.4393.3376.47
Hex978BFB282D02f65d4c
Octal227213373505502366135114
Binary1001011110001011111110111010001011010101111011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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