Html Css Color HEX #978ABD Cold Purple

📋 copy color: '#978ABD'

red 151 ◦ green 138 ◦ blue 189

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

Shades of Cold Purple #978ABD

Tints of Cold Purple #978ABD

RGB

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

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

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

R = 31.59%
G = 28.87%
B = 39.54%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#978ABD (or 0x978ABD) is known color: Cold Purple. HEX triplet: 97, 8A and BD. RGB value is (151,138,189). Sum of RGB (Red+Green+Blue) = 151+138+189=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #978ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ABD is #687542. Grayscale: #939393. Windows color (decimal): -6845763 or 12421783. OLE color: 12421783.

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

Color convert

RGB 151 138 189 -
CMYK 0.20 0.27 0 0.26
HSL 255.29º 0.28% 0.64% -
HSV(B) 255.29º 0.27% 0.74% -
XYZ 31.04 28.43 52 -
YUV 147.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 151 138 189 0.20 0.27 0 0.26 255.29 0.28 0.64
Hex 97 8A BD 14 1B 0 1A FF 1C 40
Octal 227 212 275 24 33 0 32 377 34 100
Binary 10010111 10001010 10111101 10100 11011 0 11010 11111111 11100 1000000

Color Harmonies of #978ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ABD

Black with #978ABD

Text Example


Text Example

White with #978ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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