Html Css Color HEX #877AB1 Deluge

📋 copy color: '#877AB1'

red 135 ◦ green 122 ◦ blue 177

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

Shades of Deluge #877AB1

Tints of Deluge #877AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

 BLUE value IS 177 (69.53% from 255) = 40.78%

R = 31.11%
G = 28.11%
B = 40.78%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#877AB1 (or 0x877AB1) is known color: Deluge. HEX triplet: 87, 7A and B1. RGB value is (135,122,177). Sum of RGB (Red+Green+Blue) = 135+122+177=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #877AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AB1 is #78854E. Grayscale: #838383. Windows color (decimal): -7898447 or 11631239. OLE color: 11631239.

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

Color convert

RGB 135 122 177 -
CMYK 0.24 0.31 0 0.31
HSL 254.18º 0.26% 0.59% -
HSV(B) 254.18º 0.31% 0.69% -
XYZ 24.89 22.24 44.58 -
YUV 132.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 135 122 177 0.24 0.31 0 0.31 254.18 0.26 0.59
Hex 87 7A B1 18 1F 0 1F FE 1A 3B
Octal 207 172 261 30 37 0 37 376 32 73
Binary 10000111 1111010 10110001 11000 11111 0 11111 11111110 11010 111011

Color Harmonies of #877AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AB1

Black with #877AB1

Text Example


Text Example

White with #877AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,122,177); }

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

background-color css

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

 a { background-color: rgb(135,122,177); }

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

border-color css

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

 span { border-color: rgb(135,122,177); }

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