Html Css Color HEX #877BAC Deluge

📋 copy color: '#877BAC'

red 135 ◦ green 123 ◦ blue 172

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

Shades of Deluge #877BAC

Tints of Deluge #877BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 31.4%
G = 28.6%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#877BAC (or 0x877BAC) is known color: Deluge. HEX triplet: 87, 7B and AC. RGB value is (135,123,172). Sum of RGB (Red+Green+Blue) = 135+123+172=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #877BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877BAC is #788453. Grayscale: #838383. Windows color (decimal): -7898196 or 11303815. OLE color: 11303815.

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

Color convert

RGB 135 123 172 -
CMYK 0.22 0.28 0 0.33
HSL 254.69º 0.23% 0.58% -
HSV(B) 254.69º 0.28% 0.67% -
XYZ 24.52 22.3 42.04 -
YUV 132.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 135 123 172 0.22 0.28 0 0.33 254.69 0.23 0.58
Hex 87 7B AC 16 1C 0 21 FF 17 3A
Octal 207 173 254 26 34 0 41 377 27 72
Binary 10000111 1111011 10101100 10110 11100 0 100001 11111111 10111 111010

Color Harmonies of #877BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877BAC

Black with #877BAC

Text Example


Text Example

White with #877BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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