#978DBE

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

Shades of Cold Purple #978DBE

Tints of Cold Purple #978DBE

Color information

#978DBE (or 0x978DBE) is unknown color: approx Cold Purple. HEX triplet: 97, 8D and BE. RGB value is (151,141,190). Sum of RGB (Red+Green+Blue) = 151+141+190=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #978DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBE is #687241. Grayscale: #959595. Windows color (decimal): -6844994 or 12488087. OLE color: 12488087.

HSL color Cylindrical-coordinate representation of color #978DBE: hue angle of 252.24º degrees, saturation: 0.27, 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 #978DBE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151141190-
CMYK0.210.2600.25
HSL252.24º27.37%64.9%-
HSV(B)252.24º25.79%74.51%-
XYZ31.5829.3552.72-
YUV149.58150.81129.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=31.33%
G=29.25%
B=39.42%

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
Decimal1511411900.210.2600.25252.2427.3764.9
Hex978DBE151A019fc1b41
Octal227215276253203137433101
Binary100101111000110110111110101011101001100111111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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