Html Css Color HEX #8C79AB Deluge

📋 copy color: '#8C79AB'

red 140 ◦ green 121 ◦ blue 171

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

Shades of Deluge #8C79AB

Tints of Deluge #8C79AB

RGB

 RED value IS 140 (55.08% from 255) = 32.41%

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

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

R = 32.41%
G = 28.01%
B = 39.58%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C79AB (or 0x8C79AB) is known color: Deluge. HEX triplet: 8C, 79 and AB. RGB value is (140,121,171). Sum of RGB (Red+Green+Blue) = 140+121+171=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C79AB is #738654. Grayscale: #848484. Windows color (decimal): -7571029 or 11237772. OLE color: 11237772.

HSL color Cylindrical-coordinate representation of color #8C79AB: hue angle of 262.8º 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 #8C79AB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 121 171 -
CMYK 0.18 0.29 0 0.33
HSL 262.8º 0.23% 0.57% -
HSV(B) 262.8º 0.29% 0.67% -
XYZ 25 22.19 41.49 -
YUV 132.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 140 121 171 0.18 0.29 0 0.33 262.8 0.23 0.57
Hex 8C 79 AB 12 1D 0 21 107 17 39
Octal 214 171 253 22 35 0 41 407 27 71
Binary 10001100 1111001 10101011 10010 11101 0 100001 100000111 10111 111001

Color Harmonies of #8C79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C79AB

Black with #8C79AB

Text Example


Text Example

White with #8C79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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