Html Css Color HEX #87779F Deluge

📋 copy color: '#87779F'

red 135 ◦ green 119 ◦ blue 159

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

Shades of Deluge #87779F

Tints of Deluge #87779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 32.69%
G = 28.81%
B = 38.5%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87779F (or 0x87779F) is known color: Deluge. HEX triplet: 87, 77 and 9F. RGB value is (135,119,159). Sum of RGB (Red+Green+Blue) = 135+119+159=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #87779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87779F is #788860. Grayscale: #808080. Windows color (decimal): -7899233 or 10450823. OLE color: 10450823.

HSL color Cylindrical-coordinate representation of color #87779F: hue angle of 264º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87779F is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 119 159 -
CMYK 0.15 0.25 0 0.38
HSL 264º 0.17% 0.55% -
HSV(B) 264º 0.25% 0.62% -
XYZ 22.85 20.85 35.62 -
YUV 128.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 135 119 159 0.15 0.25 0 0.38 264 0.17 0.55
Hex 87 77 9F F 19 0 26 108 11 37
Octal 207 167 237 17 31 0 46 410 21 67
Binary 10000111 1110111 10011111 1111 11001 0 100110 100001000 10001 110111

Color Harmonies of #87779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87779F

Black with #87779F

Text Example


Text Example

White with #87779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87779F; }

 p { color: rgb(135,119,159); }

 H1.HeaderClassName
 {
   color: #87779F;
 }
 .AnyTagClassName
 {
   color: #87779F;
 }
</style>

background-color css

<style>
 a { background-color: #87779F; }

 a { background-color: rgb(135,119,159); }

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

border-color css

<style>
 span { border-color: #87779F; }

 span { border-color: rgb(135,119,159); }

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