Html Css Color HEX #886EAF Deluge

📋 copy color: '#886EAF'

red 136 ◦ green 110 ◦ blue 175

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

Shades of Deluge #886EAF

Tints of Deluge #886EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 32.3%
G = 26.13%
B = 41.57%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#886EAF (or 0x886EAF) is known color: Deluge. HEX triplet: 88, 6E and AF. RGB value is (136,110,175). Sum of RGB (Red+Green+Blue) = 136+110+175=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #886EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAF is #779150. Grayscale: #7C7C7C. Windows color (decimal): -7835985 or 11497096. OLE color: 11497096.

HSL color Cylindrical-coordinate representation of color #886EAF: hue angle of 264º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886EAF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 110 175 -
CMYK 0.22 0.37 0 0.31
HSL 264º 0.29% 0.56% -
HSV(B) 264º 0.37% 0.69% -
XYZ 23.47 19.48 43.08 -
YUV 125.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 136 110 175 0.22 0.37 0 0.31 264 0.29 0.56
Hex 88 6E AF 16 25 0 1F 108 1D 38
Octal 210 156 257 26 45 0 37 410 35 70
Binary 10001000 1101110 10101111 10110 100101 0 11111 100001000 11101 111000

Color Harmonies of #886EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EAF

Black with #886EAF

Text Example


Text Example

White with #886EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,110,175); }

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

background-color css

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

 a { background-color: rgb(136,110,175); }

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

border-color css

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

 span { border-color: rgb(136,110,175); }

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