Html Css Color HEX #877BAD Deluge

📋 copy color: '#877BAD'

red 135 ◦ green 123 ◦ blue 173

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

Shades of Deluge #877BAD

Tints of Deluge #877BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 31.32%
G = 28.54%
B = 40.14%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#877BAD (or 0x877BAD) is known color: Deluge. HEX triplet: 87, 7B and AD. RGB value is (135,123,173). Sum of RGB (Red+Green+Blue) = 135+123+173=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #877BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877BAD is #788452. Grayscale: #848484. Windows color (decimal): -7898195 or 11369351. OLE color: 11369351.

HSL color Cylindrical-coordinate representation of color #877BAD: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877BAD is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 123 173 -
CMYK 0.22 0.29 0 0.32
HSL 254.4º 0.23% 0.58% -
HSV(B) 254.4º 0.29% 0.68% -
XYZ 24.62 22.33 42.55 -
YUV 132.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 135 123 173 0.22 0.29 0 0.32 254.4 0.23 0.58
Hex 87 7B AD 16 1D 0 20 FE 17 3A
Octal 207 173 255 26 35 0 40 376 27 72
Binary 10000111 1111011 10101101 10110 11101 0 100000 11111110 10111 111010

Color Harmonies of #877BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BAD

Black with #877BAD

Text Example


Text Example

White with #877BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,123,173); }

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

background-color css

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

 a { background-color: rgb(135,123,173); }

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

border-color css

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

 span { border-color: rgb(135,123,173); }

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