Html Css Color HEX #978EBD Cold Purple

📋 copy color: '#978EBD'

red 151 ◦ green 142 ◦ blue 189

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

Shades of Cold Purple #978EBD

Tints of Cold Purple #978EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 31.33%
G = 29.46%
B = 39.21%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#978EBD (or 0x978EBD) is known color: Cold Purple. HEX triplet: 97, 8E and BD. RGB value is (151,142,189). Sum of RGB (Red+Green+Blue) = 151+142+189=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #978EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EBD is #687142. Grayscale: #959595. Windows color (decimal): -6844739 or 12422807. OLE color: 12422807.

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

Color convert

RGB 151 142 189 -
CMYK 0.20 0.25 0 0.26
HSL 251.49º 0.26% 0.65% -
HSV(B) 251.49º 0.25% 0.74% -
XYZ 31.62 29.6 52.19 -
YUV 150.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 151 142 189 0.20 0.25 0 0.26 251.49 0.26 0.65
Hex 97 8E BD 14 19 0 1A FB 1A 41
Octal 227 216 275 24 31 0 32 373 32 101
Binary 10010111 10001110 10111101 10100 11001 0 11010 11111011 11010 1000001

Color Harmonies of #978EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EBD

Black with #978EBD

Text Example


Text Example

White with #978EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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