Html Css Color HEX #877FAA Deluge

📋 copy color: '#877FAA'

red 135 ◦ green 127 ◦ blue 170

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

Shades of Deluge #877FAA

Tints of Deluge #877FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 31.25%
G = 29.4%
B = 39.35%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#877FAA (or 0x877FAA) is known color: Deluge. HEX triplet: 87, 7F and AA. RGB value is (135,127,170). Sum of RGB (Red+Green+Blue) = 135+127+170=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #877FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FAA is #788055. Grayscale: #868686. Windows color (decimal): -7897174 or 11173767. OLE color: 11173767.

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

Color convert

RGB 135 127 170 -
CMYK 0.21 0.25 0 0.33
HSL 251.16º 0.2% 0.58% -
HSV(B) 251.16º 0.25% 0.67% -
XYZ 24.84 23.23 41.21 -
YUV 134.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 135 127 170 0.21 0.25 0 0.33 251.16 0.2 0.58
Hex 87 7F AA 15 19 0 21 FB 14 3A
Octal 207 177 252 25 31 0 41 373 24 72
Binary 10000111 1111111 10101010 10101 11001 0 100001 11111011 10100 111010

Color Harmonies of #877FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FAA

Black with #877FAA

Text Example


Text Example

White with #877FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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