Html Css Color HEX #886CAF Deluge

📋 copy color: '#886CAF'

red 136 ◦ green 108 ◦ blue 175

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

Shades of Deluge #886CAF

Tints of Deluge #886CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

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

R = 32.46%
G = 25.78%
B = 41.77%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#886CAF (or 0x886CAF) is known color: Deluge. HEX triplet: 88, 6C and AF. RGB value is (136,108,175). Sum of RGB (Red+Green+Blue) = 136+108+175=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #886CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAF is #779350. Grayscale: #7B7B7B. Windows color (decimal): -7836497 or 11496584. OLE color: 11496584.

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

Color convert

RGB 136 108 175 -
CMYK 0.22 0.38 0 0.31
HSL 265.07º 0.3% 0.55% -
HSV(B) 265.07º 0.38% 0.69% -
XYZ 23.25 19.05 43.01 -
YUV 124.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 136 108 175 0.22 0.38 0 0.31 265.07 0.3 0.55
Hex 88 6C AF 16 26 0 1F 109 1E 37
Octal 210 154 257 26 46 0 37 411 36 67
Binary 10001000 1101100 10101111 10110 100110 0 11111 100001001 11110 110111

Color Harmonies of #886CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CAF

Black with #886CAF

Text Example


Text Example

White with #886CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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