Html Css Color HEX #8776AB Deluge

📋 copy color: '#8776AB'

red 135 ◦ green 118 ◦ blue 171

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

Shades of Deluge #8776AB

Tints of Deluge #8776AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 31.84%
G = 27.83%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8776AB (or 0x8776AB) is known color: Deluge. HEX triplet: 87, 76 and AB. RGB value is (135,118,171). Sum of RGB (Red+Green+Blue) = 135+118+171=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #8776AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8776AB is #788954. Grayscale: #808080. Windows color (decimal): -7899477 or 11236999. OLE color: 11236999.

HSL color Cylindrical-coordinate representation of color #8776AB: hue angle of 259.25º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8776AB is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 118 171 -
CMYK 0.21 0.31 0 0.33
HSL 259.25º 0.24% 0.57% -
HSV(B) 259.25º 0.31% 0.67% -
XYZ 23.82 21.05 41.34 -
YUV 129.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 135 118 171 0.21 0.31 0 0.33 259.25 0.24 0.57
Hex 87 76 AB 15 1F 0 21 103 18 39
Octal 207 166 253 25 37 0 41 403 30 71
Binary 10000111 1110110 10101011 10101 11111 0 100001 100000011 11000 111001

Color Harmonies of #8776AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8776AB

Black with #8776AB

Text Example


Text Example

White with #8776AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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