Html Css Color HEX #978EBA Cold Purple

📋 copy color: '#978EBA'

red 151 ◦ green 142 ◦ blue 186

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

Shades of Cold Purple #978EBA

Tints of Cold Purple #978EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 31.52%
G = 29.65%
B = 38.83%

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

#978EBA (or 0x978EBA) is known color: Cold Purple. HEX triplet: 97, 8E and BA. RGB value is (151,142,186). Sum of RGB (Red+Green+Blue) = 151+142+186=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #978EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EBA is #687145. Grayscale: #959595. Windows color (decimal): -6844742 or 12226199. OLE color: 12226199.

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

Color convert

RGB 151 142 186 -
CMYK 0.19 0.24 0 0.27
HSL 252.27º 0.24% 0.64% -
HSV(B) 252.27º 0.24% 0.73% -
XYZ 31.3 29.47 50.49 -
YUV 149.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 151 142 186 0.19 0.24 0 0.27 252.27 0.24 0.64
Hex 97 8E BA 13 18 0 1B FC 18 40
Octal 227 216 272 23 30 0 33 374 30 100
Binary 10010111 10001110 10111010 10011 11000 0 11011 11111100 11000 1000000

Color Harmonies of #978EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EBA

Black with #978EBA

Text Example


Text Example

White with #978EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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