Html Css Color HEX #877FAB Deluge

📋 copy color: '#877FAB'

red 135 ◦ green 127 ◦ blue 171

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

Shades of Deluge #877FAB

Tints of Deluge #877FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 31.18%
G = 29.33%
B = 39.49%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#877FAB (or 0x877FAB) is known color: Deluge. HEX triplet: 87, 7F and AB. RGB value is (135,127,171). Sum of RGB (Red+Green+Blue) = 135+127+171=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #877FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAB is #788054. Grayscale: #868686. Windows color (decimal): -7897173 or 11239303. OLE color: 11239303.

HSL color Cylindrical-coordinate representation of color #877FAB: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #877FAB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 127 171 -
CMYK 0.21 0.26 0 0.33
HSL 250.91º 0.21% 0.58% -
HSV(B) 250.91º 0.26% 0.67% -
XYZ 24.93 23.27 41.71 -
YUV 134.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 135 127 171 0.21 0.26 0 0.33 250.91 0.21 0.58
Hex 87 7F AB 15 1A 0 21 FB 15 3A
Octal 207 177 253 25 32 0 41 373 25 72
Binary 10000111 1111111 10101011 10101 11010 0 100001 11111011 10101 111010

Color Harmonies of #877FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FAB

Black with #877FAB

Text Example


Text Example

White with #877FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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