Html Css Color HEX #978EB9 Cold Purple

📋 copy color: '#978EB9'

red 151 ◦ green 142 ◦ blue 185

#978EB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #978EB9

Tints of Cold Purple #978EB9

RGB

 RED value IS 151 (59.38% from 255) = 31.59%

 GREEN value IS 142 (55.86% from 255) = 29.71%

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 31.59%
G = 29.71%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#978EB9 (or 0x978EB9) is known color: Cold Purple. HEX triplet: 97, 8E and B9. RGB value is (151,142,185). Sum of RGB (Red+Green+Blue) = 151+142+185=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #978EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EB9 is #687146. Grayscale: #959595. Windows color (decimal): -6844743 or 12160663. OLE color: 12160663.

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

Color convert

RGB 151 142 185 -
CMYK 0.18 0.23 0 0.27
HSL 252.56º 0.23% 0.64% -
HSV(B) 252.56º 0.23% 0.73% -
XYZ 31.19 29.43 49.94 -
YUV 149.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 151 142 185 0.18 0.23 0 0.27 252.56 0.23 0.64
Hex 97 8E B9 12 17 0 1B FD 17 40
Octal 227 216 271 22 27 0 33 375 27 100
Binary 10010111 10001110 10111001 10010 10111 0 11011 11111101 10111 1000000

Color Harmonies of #978EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EB9

Black with #978EB9

Text Example


Text Example

White with #978EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #978EB9;
 }
 .AnyTagClassName
 {
   color: #978EB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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