Html Css Color HEX #87819D Deluge

📋 copy color: '#87819D'

red 135 ◦ green 129 ◦ blue 157

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

Shades of Deluge #87819D

Tints of Deluge #87819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

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

R = 32.07%
G = 30.64%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#87819D (or 0x87819D) is known color: Deluge. HEX triplet: 87, 81 and 9D. RGB value is (135,129,157). Sum of RGB (Red+Green+Blue) = 135+129+157=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #87819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87819D is #787E62. Grayscale: #858585. Windows color (decimal): -7896675 or 10322311. OLE color: 10322311.

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

Color convert

RGB 135 129 157 -
CMYK 0.14 0.18 0 0.38
HSL 252.86º 0.13% 0.56% -
HSV(B) 252.86º 0.18% 0.62% -
XYZ 23.93 23.29 35.13 -
YUV 133.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 135 129 157 0.14 0.18 0 0.38 252.86 0.13 0.56
Hex 87 81 9D E 12 0 26 FD C 38
Octal 207 201 235 16 22 0 46 375 14 70
Binary 10000111 10000001 10011101 1110 10010 0 100110 11111101 1100 111000

Color Harmonies of #87819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87819D

Black with #87819D

Text Example


Text Example

White with #87819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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