Html Css Color HEX #978AAE Cold Purple

📋 copy color: '#978AAE'

red 151 ◦ green 138 ◦ blue 174

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

Shades of Cold Purple #978AAE

Tints of Cold Purple #978AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 32.61%
G = 29.81%
B = 37.58%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#978AAE (or 0x978AAE) is known color: Cold Purple. HEX triplet: 97, 8A and AE. RGB value is (151,138,174). Sum of RGB (Red+Green+Blue) = 151+138+174=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #978AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAE is #687551. Grayscale: #919191. Windows color (decimal): -6845778 or 11438743. OLE color: 11438743.

HSL color Cylindrical-coordinate representation of color #978AAE: hue angle of 261.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978AAE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 138 174 -
CMYK 0.13 0.21 0 0.32
HSL 261.67º 0.18% 0.61% -
HSV(B) 261.67º 0.21% 0.68% -
XYZ 29.49 27.81 43.86 -
YUV 145.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 151 138 174 0.13 0.21 0 0.32 261.67 0.18 0.61
Hex 97 8A AE D 15 0 20 106 12 3D
Octal 227 212 256 15 25 0 40 406 22 75
Binary 10010111 10001010 10101110 1101 10101 0 100000 100000110 10010 111101

Color Harmonies of #978AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AAE

Black with #978AAE

Text Example


Text Example

White with #978AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,138,174); }

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

background-color css

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

 a { background-color: rgb(151,138,174); }

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

border-color css

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

 span { border-color: rgb(151,138,174); }

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