#978DBB

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

Shades of Cold Purple #978DBB

Tints of Cold Purple #978DBB

Color information

#978DBB (or 0x978DBB) is unknown color: approx Cold Purple. HEX triplet: 97, 8D and BB. RGB value is (151,141,187). Sum of RGB (Red+Green+Blue) = 151+141+187=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #978DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DBB is #687244. Grayscale: #959595. Windows color (decimal): -6844997 or 12291479. OLE color: 12291479.

HSL color Cylindrical-coordinate representation of color #978DBB: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978DBB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151141187-
CMYK0.190.2500.27
HSL253.04º25.27%64.31%-
HSV(B)253.04º24.6%73.33%-
XYZ31.2629.2251.01-
YUV149.23149.31129.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=31.52%
G=29.44%
B=39.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511411870.190.2500.27253.0425.2764.31
Hex978DBB131901Bfd1940
Octal227215273233103337531100
Binary100101111000110110111011100111100101101111111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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