Html Css Color HEX #8A79AB Deluge

📋 copy color: '#8A79AB'

red 138 ◦ green 121 ◦ blue 171

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

Shades of Deluge #8A79AB

Tints of Deluge #8A79AB

RGB

 RED value IS 138 (54.3% from 255) = 32.09%

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 32.09%
G = 28.14%
B = 39.77%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A79AB (or 0x8A79AB) is known color: Deluge. HEX triplet: 8A, 79 and AB. RGB value is (138,121,171). Sum of RGB (Red+Green+Blue) = 138+121+171=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A79AB is #758654. Grayscale: #838383. Windows color (decimal): -7702101 or 11237770. OLE color: 11237770.

HSL color Cylindrical-coordinate representation of color #8A79AB: hue angle of 260.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A79AB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 121 171 -
CMYK 0.19 0.29 0 0.33
HSL 260.4º 0.23% 0.57% -
HSV(B) 260.4º 0.29% 0.67% -
XYZ 24.67 22.02 41.48 -
YUV 131.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 138 121 171 0.19 0.29 0 0.33 260.4 0.23 0.57
Hex 8A 79 AB 13 1D 0 21 104 17 39
Octal 212 171 253 23 35 0 41 404 27 71
Binary 10001010 1111001 10101011 10011 11101 0 100001 100000100 10111 111001

Color Harmonies of #8A79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A79AB

Black with #8A79AB

Text Example


Text Example

White with #8A79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A79AB; }

 p { color: rgb(138,121,171); }

 H1.HeaderClassName
 {
   color: #8A79AB;
 }
 .AnyTagClassName
 {
   color: #8A79AB;
 }
</style>

background-color css

<style>
 a { background-color: #8A79AB; }

 a { background-color: rgb(138,121,171); }

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

border-color css

<style>
 span { border-color: #8A79AB; }

 span { border-color: rgb(138,121,171); }

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