Html Css Color HEX #886DB4 Deluge

📋 copy color: '#886DB4'

red 136 ◦ green 109 ◦ blue 180

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

Shades of Deluge #886DB4

Tints of Deluge #886DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

 BLUE value IS 180 (70.7% from 255) = 42.35%

R = 32%
G = 25.65%
B = 42.35%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#886DB4 (or 0x886DB4) is known color: Deluge. HEX triplet: 88, 6D and B4. RGB value is (136,109,180). Sum of RGB (Red+Green+Blue) = 136+109+180=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #886DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DB4 is #77924B. Grayscale: #7C7C7C. Windows color (decimal): -7836236 or 11824520. OLE color: 11824520.

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

Color convert

RGB 136 109 180 -
CMYK 0.24 0.39 0 0.29
HSL 262.82º 0.32% 0.57% -
HSV(B) 262.82º 0.39% 0.71% -
XYZ 23.86 19.47 45.68 -
YUV 125.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 136 109 180 0.24 0.39 0 0.29 262.82 0.32 0.57
Hex 88 6D B4 18 27 0 1D 107 20 39
Octal 210 155 264 30 47 0 35 407 40 71
Binary 10001000 1101101 10110100 11000 100111 0 11101 100000111 100000 111001

Color Harmonies of #886DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DB4

Black with #886DB4

Text Example


Text Example

White with #886DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,180); }

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

background-color css

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

 a { background-color: rgb(136,109,180); }

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

border-color css

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

 span { border-color: rgb(136,109,180); }

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