Html Css Color HEX #886BAE Deluge

📋 copy color: '#886BAE'

red 136 ◦ green 107 ◦ blue 174

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

Shades of Deluge #886BAE

Tints of Deluge #886BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 32.61%
G = 25.66%
B = 41.73%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886BAE (or 0x886BAE) is known color: Deluge. HEX triplet: 88, 6B and AE. RGB value is (136,107,174). Sum of RGB (Red+Green+Blue) = 136+107+174=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #886BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886BAE is #779451. Grayscale: #7B7B7B. Windows color (decimal): -7836754 or 11430792. OLE color: 11430792.

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

Color convert

RGB 136 107 174 -
CMYK 0.22 0.39 0 0.32
HSL 265.97º 0.29% 0.55% -
HSV(B) 265.97º 0.39% 0.68% -
XYZ 23.05 18.81 42.46 -
YUV 123.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 136 107 174 0.22 0.39 0 0.32 265.97 0.29 0.55
Hex 88 6B AE 16 27 0 20 10A 1D 37
Octal 210 153 256 26 47 0 40 412 35 67
Binary 10001000 1101011 10101110 10110 100111 0 100000 100001010 11101 110111

Color Harmonies of #886BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BAE

Black with #886BAE

Text Example


Text Example

White with #886BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886BAE; }

 p { color: rgb(136,107,174); }

 H1.HeaderClassName
 {
   color: #886BAE;
 }
 .AnyTagClassName
 {
   color: #886BAE;
 }
</style>

background-color css

<style>
 a { background-color: #886BAE; }

 a { background-color: rgb(136,107,174); }

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

border-color css

<style>
 span { border-color: #886BAE; }

 span { border-color: rgb(136,107,174); }

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