Html Css Color HEX #8775AB Deluge

📋 copy color: '#8775AB'

red 135 ◦ green 117 ◦ blue 171

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

Shades of Deluge #8775AB

Tints of Deluge #8775AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 31.91%
G = 27.66%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8775AB (or 0x8775AB) is known color: Deluge. HEX triplet: 87, 75 and AB. RGB value is (135,117,171). Sum of RGB (Red+Green+Blue) = 135+117+171=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8775AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8775AB is #788A54. Grayscale: #808080. Windows color (decimal): -7899733 or 11236743. OLE color: 11236743.

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

Color convert

RGB 135 117 171 -
CMYK 0.21 0.32 0 0.33
HSL 260º 0.24% 0.56% -
HSV(B) 260º 0.32% 0.67% -
XYZ 23.7 20.81 41.3 -
YUV 128.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 135 117 171 0.21 0.32 0 0.33 260 0.24 0.56
Hex 87 75 AB 15 20 0 21 104 18 38
Octal 207 165 253 25 40 0 41 404 30 70
Binary 10000111 1110101 10101011 10101 100000 0 100001 100000100 11000 111000

Color Harmonies of #8775AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8775AB

Black with #8775AB

Text Example


Text Example

White with #8775AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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