Html Css Color HEX #978EBB Cold Purple

📋 copy color: '#978EBB'

red 151 ◦ green 142 ◦ blue 187

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

Shades of Cold Purple #978EBB

Tints of Cold Purple #978EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 31.46%
G = 29.58%
B = 38.96%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#978EBB (or 0x978EBB) is known color: Cold Purple. HEX triplet: 97, 8E and BB. RGB value is (151,142,187). Sum of RGB (Red+Green+Blue) = 151+142+187=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #978EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EBB is #687144. Grayscale: #959595. Windows color (decimal): -6844741 or 12291735. OLE color: 12291735.

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

Color convert

RGB 151 142 187 -
CMYK 0.19 0.24 0 0.27
HSL 252º 0.25% 0.65% -
HSV(B) 252º 0.24% 0.73% -
XYZ 31.41 29.51 51.06 -
YUV 149.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 151 142 187 0.19 0.24 0 0.27 252 0.25 0.65
Hex 97 8E BB 13 18 0 1B FC 19 41
Octal 227 216 273 23 30 0 33 374 31 101
Binary 10010111 10001110 10111011 10011 11000 0 11011 11111100 11001 1000001

Color Harmonies of #978EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EBB

Black with #978EBB

Text Example


Text Example

White with #978EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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