Html Css Color HEX #87799C Deluge

📋 copy color: '#87799C'

red 135 ◦ green 121 ◦ blue 156

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

Shades of Deluge #87799C

Tints of Deluge #87799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 32.77%
G = 29.37%
B = 37.86%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87799C (or 0x87799C) is known color: Deluge. HEX triplet: 87, 79 and 9C. RGB value is (135,121,156). Sum of RGB (Red+Green+Blue) = 135+121+156=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #87799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87799C is #788663. Grayscale: #818181. Windows color (decimal): -7898724 or 10254727. OLE color: 10254727.

HSL color Cylindrical-coordinate representation of color #87799C: hue angle of 264º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87799C is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 121 156 -
CMYK 0.13 0.22 0 0.39
HSL 264º 0.15% 0.54% -
HSV(B) 264º 0.22% 0.61% -
XYZ 22.83 21.23 34.35 -
YUV 129.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 135 121 156 0.13 0.22 0 0.39 264 0.15 0.54
Hex 87 79 9C D 16 0 27 108 F 36
Octal 207 171 234 15 26 0 47 410 17 66
Binary 10000111 1111001 10011100 1101 10110 0 100111 100001000 1111 110110

Color Harmonies of #87799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87799C

Black with #87799C

Text Example


Text Example

White with #87799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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