Html Css Color HEX #886CAD Deluge

📋 copy color: '#886CAD'

red 136 ◦ green 108 ◦ blue 173

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

Shades of Deluge #886CAD

Tints of Deluge #886CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 32.61%
G = 25.9%
B = 41.49%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#886CAD (or 0x886CAD) is known color: Deluge. HEX triplet: 88, 6C and AD. RGB value is (136,108,173). Sum of RGB (Red+Green+Blue) = 136+108+173=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #886CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886CAD is #779352. Grayscale: #7B7B7B. Windows color (decimal): -7836499 or 11365512. OLE color: 11365512.

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

Color convert

RGB 136 108 173 -
CMYK 0.21 0.38 0 0.32
HSL 265.85º 0.28% 0.55% -
HSV(B) 265.85º 0.38% 0.68% -
XYZ 23.06 18.98 41.98 -
YUV 123.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 136 108 173 0.21 0.38 0 0.32 265.85 0.28 0.55
Hex 88 6C AD 15 26 0 20 10A 1C 37
Octal 210 154 255 25 46 0 40 412 34 67
Binary 10001000 1101100 10101101 10101 100110 0 100000 100001010 11100 110111

Color Harmonies of #886CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CAD

Black with #886CAD

Text Example


Text Example

White with #886CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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