Html Css Color HEX #87799D Deluge

📋 copy color: '#87799D'

red 135 ◦ green 121 ◦ blue 157

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

Shades of Deluge #87799D

Tints of Deluge #87799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 32.69%
G = 29.3%
B = 38.01%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87799D (or 0x87799D) is known color: Deluge. HEX triplet: 87, 79 and 9D. RGB value is (135,121,157). Sum of RGB (Red+Green+Blue) = 135+121+157=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #87799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87799D is #788662. Grayscale: #818181. Windows color (decimal): -7898723 or 10320263. OLE color: 10320263.

HSL color Cylindrical-coordinate representation of color #87799D: hue angle of 263.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87799D is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 121 157 -
CMYK 0.14 0.23 0 0.38
HSL 263.33º 0.16% 0.55% -
HSV(B) 263.33º 0.23% 0.62% -
XYZ 22.91 21.26 34.79 -
YUV 129.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 135 121 157 0.14 0.23 0 0.38 263.33 0.16 0.55
Hex 87 79 9D E 17 0 26 107 10 37
Octal 207 171 235 16 27 0 46 407 20 67
Binary 10000111 1111001 10011101 1110 10111 0 100110 100000111 10000 110111

Color Harmonies of #87799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87799D

Black with #87799D

Text Example


Text Example

White with #87799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87799D; }

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

 H1.HeaderClassName
 {
   color: #87799D;
 }
 .AnyTagClassName
 {
   color: #87799D;
 }
</style>

background-color css

<style>
 a { background-color: #87799D; }

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

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

border-color css

<style>
 span { border-color: #87799D; }

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

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