Html Css Color HEX #8779AB Deluge

📋 copy color: '#8779AB'

red 135 ◦ green 121 ◦ blue 171

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

Shades of Deluge #8779AB

Tints of Deluge #8779AB

RGB

 RED value IS 135 (53.13% from 255) = 31.62%

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

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

R = 31.62%
G = 28.34%
B = 40.05%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8779AB (or 0x8779AB) is known color: Deluge. HEX triplet: 87, 79 and AB. RGB value is (135,121,171). Sum of RGB (Red+Green+Blue) = 135+121+171=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #8779AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8779AB is #788654. Grayscale: #828282. Windows color (decimal): -7898709 or 11237767. OLE color: 11237767.

HSL color Cylindrical-coordinate representation of color #8779AB: hue angle of 256.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 #8779AB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 121 171 -
CMYK 0.21 0.29 0 0.33
HSL 256.8º 0.23% 0.57% -
HSV(B) 256.8º 0.29% 0.67% -
XYZ 24.18 21.77 41.45 -
YUV 130.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 135 121 171 0.21 0.29 0 0.33 256.8 0.23 0.57
Hex 87 79 AB 15 1D 0 21 101 17 39
Octal 207 171 253 25 35 0 41 401 27 71
Binary 10000111 1111001 10101011 10101 11101 0 100001 100000001 10111 111001

Color Harmonies of #8779AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8779AB

Black with #8779AB

Text Example


Text Example

White with #8779AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8779AB; }

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

 H1.HeaderClassName
 {
   color: #8779AB;
 }
 .AnyTagClassName
 {
   color: #8779AB;
 }
</style>

background-color css

<style>
 a { background-color: #8779AB; }

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

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

border-color css

<style>
 span { border-color: #8779AB; }

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

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