Html Css Color HEX #887BAA Deluge

📋 copy color: '#887BAA'

red 136 ◦ green 123 ◦ blue 170

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

Shades of Deluge #887BAA

Tints of Deluge #887BAA

RGB

 RED value IS 136 (53.52% from 255) = 31.7%

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

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

R = 31.7%
G = 28.67%
B = 39.63%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887BAA (or 0x887BAA) is known color: Deluge. HEX triplet: 88, 7B and AA. RGB value is (136,123,170). Sum of RGB (Red+Green+Blue) = 136+123+170=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #887BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BAA is #778455. Grayscale: #848484. Windows color (decimal): -7832662 or 11172744. OLE color: 11172744.

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

Color convert

RGB 136 123 170 -
CMYK 0.20 0.28 0 0.33
HSL 256.6º 0.22% 0.57% -
HSV(B) 256.6º 0.28% 0.67% -
XYZ 24.49 22.3 41.04 -
YUV 132.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 136 123 170 0.20 0.28 0 0.33 256.6 0.22 0.57
Hex 88 7B AA 14 1C 0 21 101 16 39
Octal 210 173 252 24 34 0 41 401 26 71
Binary 10001000 1111011 10101010 10100 11100 0 100001 100000001 10110 111001

Color Harmonies of #887BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BAA

Black with #887BAA

Text Example


Text Example

White with #887BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887BAA; }

 p { color: rgb(136,123,170); }

 H1.HeaderClassName
 {
   color: #887BAA;
 }
 .AnyTagClassName
 {
   color: #887BAA;
 }
</style>

background-color css

<style>
 a { background-color: #887BAA; }

 a { background-color: rgb(136,123,170); }

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

border-color css

<style>
 span { border-color: #887BAA; }

 span { border-color: rgb(136,123,170); }

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