Html Css Color HEX #877FB0 Deluge

📋 copy color: '#877FB0'

red 135 ◦ green 127 ◦ blue 176

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

Shades of Deluge #877FB0

Tints of Deluge #877FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 30.82%
G = 29%
B = 40.18%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#877FB0 (or 0x877FB0) is known color: Deluge. HEX triplet: 87, 7F and B0. RGB value is (135,127,176). Sum of RGB (Red+Green+Blue) = 135+127+176=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #877FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FB0 is #78804F. Grayscale: #868686. Windows color (decimal): -7897168 or 11566983. OLE color: 11566983.

HSL color Cylindrical-coordinate representation of color #877FB0: hue angle of 249.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877FB0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 127 176 -
CMYK 0.23 0.28 0 0.31
HSL 249.8º 0.24% 0.59% -
HSV(B) 249.8º 0.28% 0.69% -
XYZ 25.42 23.46 44.26 -
YUV 134.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 135 127 176 0.23 0.28 0 0.31 249.8 0.24 0.59
Hex 87 7F B0 17 1C 0 1F FA 18 3B
Octal 207 177 260 27 34 0 37 372 30 73
Binary 10000111 1111111 10110000 10111 11100 0 11111 11111010 11000 111011

Color Harmonies of #877FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FB0

Black with #877FB0

Text Example


Text Example

White with #877FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877FB0; }

 p { color: rgb(135,127,176); }

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

background-color css

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

 a { background-color: rgb(135,127,176); }

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

border-color css

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

 span { border-color: rgb(135,127,176); }

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