Html Css Color HEX #87809B Deluge

📋 copy color: '#87809B'

red 135 ◦ green 128 ◦ blue 155

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

Shades of Deluge #87809B

Tints of Deluge #87809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 32.3%
G = 30.62%
B = 37.08%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87809B (or 0x87809B) is known color: Deluge. HEX triplet: 87, 80 and 9B. RGB value is (135,128,155). Sum of RGB (Red+Green+Blue) = 135+128+155=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #87809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87809B is #787F64. Grayscale: #858585. Windows color (decimal): -7896933 or 10190983. OLE color: 10190983.

HSL color Cylindrical-coordinate representation of color #87809B: hue angle of 255.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87809B is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 128 155 -
CMYK 0.13 0.17 0 0.39
HSL 255.56º 0.12% 0.55% -
HSV(B) 255.56º 0.17% 0.61% -
XYZ 23.63 22.96 34.2 -
YUV 133.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 135 128 155 0.13 0.17 0 0.39 255.56 0.12 0.55
Hex 87 80 9B D 11 0 27 100 C 37
Octal 207 200 233 15 21 0 47 400 14 67
Binary 10000111 10000000 10011011 1101 10001 0 100111 100000000 1100 110111

Color Harmonies of #87809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87809B

Black with #87809B

Text Example


Text Example

White with #87809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87809B; }

 p { color: rgb(135,128,155); }

 H1.HeaderClassName
 {
   color: #87809B;
 }
 .AnyTagClassName
 {
   color: #87809B;
 }
</style>

background-color css

<style>
 a { background-color: #87809B; }

 a { background-color: rgb(135,128,155); }

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

border-color css

<style>
 span { border-color: #87809B; }

 span { border-color: rgb(135,128,155); }

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