#978EBF

Color #978EBF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #978EBF

Tints of Cold Purple #978EBF

Color information

#978EBF (or 0x978EBF) is unknown color: approx Cold Purple. HEX triplet: 97, 8E and BF. RGB value is (151,142,191). Sum of RGB (Red+Green+Blue) = 151+142+191=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #978EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EBF is #687140. Grayscale: #969696. Windows color (decimal): -6844737 or 12553879. OLE color: 12553879.

HSL color Cylindrical-coordinate representation of color #978EBF: hue angle of 251.02º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978EBF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151142191-
CMYK0.210.2600.25
HSL251.02º27.68%65.29%-
HSV(B)251.02º25.65%74.9%-
XYZ31.8429.6953.34-
YUV150.28150.98128.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 191 (75% from 255) = 39.46%
R=31.20%
G=29.34%
B=39.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511421910.210.2600.25251.0227.6865.29
Hex978EBF151A019fb1c41
Octal227216277253203137334101
Binary100101111000111010111111101011101001100111111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,142,191); }

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

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

 a { background-color: rgb(151,142,191); }

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

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

 span { border-color: rgb(151,142,191); }

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