Html Css Color HEX #877AB2 Deluge

📋 copy color: '#877AB2'

red 135 ◦ green 122 ◦ blue 178

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

Shades of Deluge #877AB2

Tints of Deluge #877AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 31.03%
G = 28.05%
B = 40.92%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#877AB2 (or 0x877AB2) is known color: Deluge. HEX triplet: 87, 7A and B2. RGB value is (135,122,178). Sum of RGB (Red+Green+Blue) = 135+122+178=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #877AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AB2 is #78854D. Grayscale: #848484. Windows color (decimal): -7898446 or 11696775. OLE color: 11696775.

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

Color convert

RGB 135 122 178 -
CMYK 0.24 0.31 0 0.30
HSL 253.93º 0.27% 0.59% -
HSV(B) 253.93º 0.31% 0.7% -
XYZ 24.99 22.28 45.1 -
YUV 132.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 135 122 178 0.24 0.31 0 0.30 253.93 0.27 0.59
Hex 87 7A B2 18 1F 0 1E FE 1B 3B
Octal 207 172 262 30 37 0 36 376 33 73
Binary 10000111 1111010 10110010 11000 11111 0 11110 11111110 11011 111011

Color Harmonies of #877AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AB2

Black with #877AB2

Text Example


Text Example

White with #877AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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