Html Css Color HEX #878297 Deluge

📋 copy color: '#878297'

red 135 ◦ green 130 ◦ blue 151

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

Shades of Deluge #878297

Tints of Deluge #878297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 32.45%
G = 31.25%
B = 36.3%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#878297 (or 0x878297) is known color: Deluge. HEX triplet: 87, 82 and 97. RGB value is (135,130,151). Sum of RGB (Red+Green+Blue) = 135+130+151=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 151 - color contains mainly: blue. Hex color #878297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878297 is #787D68. Grayscale: #858585. Windows color (decimal): -7896425 or 9929351. OLE color: 9929351.

HSL color Cylindrical-coordinate representation of color #878297: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #878297 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 130 151 -
CMYK 0.11 0.14 0 0.41
HSL 254.29º 0.09% 0.55% -
HSV(B) 254.29º 0.14% 0.59% -
XYZ 23.56 23.35 32.54 -
YUV 133.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 135 130 151 0.11 0.14 0 0.41 254.29 0.09 0.55
Hex 87 82 97 B E 0 29 FE 9 37
Octal 207 202 227 13 16 0 51 376 11 67
Binary 10000111 10000010 10010111 1011 1110 0 101001 11111110 1001 110111

Color Harmonies of #878297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878297

Black with #878297

Text Example


Text Example

White with #878297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878297; }

 p { color: rgb(135,130,151); }

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

background-color css

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

 a { background-color: rgb(135,130,151); }

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

border-color css

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

 span { border-color: rgb(135,130,151); }

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