Html Css Color HEX #886FB0 Deluge

📋 copy color: '#886FB0'

red 136 ◦ green 111 ◦ blue 176

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

Shades of Deluge #886FB0

Tints of Deluge #886FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 32.15%
G = 26.24%
B = 41.61%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#886FB0 (or 0x886FB0) is known color: Deluge. HEX triplet: 88, 6F and B0. RGB value is (136,111,176). Sum of RGB (Red+Green+Blue) = 136+111+176=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #886FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FB0 is #77904F. Grayscale: #7D7D7D. Windows color (decimal): -7835728 or 11562888. OLE color: 11562888.

HSL color Cylindrical-coordinate representation of color #886FB0: hue angle of 263.08º 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 #886FB0 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 111 176 -
CMYK 0.23 0.37 0 0.31
HSL 263.08º 0.29% 0.56% -
HSV(B) 263.08º 0.37% 0.69% -
XYZ 23.67 19.74 43.64 -
YUV 125.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 136 111 176 0.23 0.37 0 0.31 263.08 0.29 0.56
Hex 88 6F B0 17 25 0 1F 107 1D 38
Octal 210 157 260 27 45 0 37 407 35 70
Binary 10001000 1101111 10110000 10111 100101 0 11111 100000111 11101 111000

Color Harmonies of #886FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FB0

Black with #886FB0

Text Example


Text Example

White with #886FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,176); }

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

background-color css

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

 a { background-color: rgb(136,111,176); }

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

border-color css

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

 span { border-color: rgb(136,111,176); }

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