Html Css Color HEX #886FAF Deluge

📋 copy color: '#886FAF'

red 136 ◦ green 111 ◦ blue 175

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

Shades of Deluge #886FAF

Tints of Deluge #886FAF

RGB

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

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

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

R = 32.23%
G = 26.3%
B = 41.47%

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

#886FAF (or 0x886FAF) is known color: Deluge. HEX triplet: 88, 6F and AF. RGB value is (136,111,175). Sum of RGB (Red+Green+Blue) = 136+111+175=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #886FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAF is #779050. Grayscale: #7D7D7D. Windows color (decimal): -7835729 or 11497352. OLE color: 11497352.

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

Color convert

RGB 136 111 175 -
CMYK 0.22 0.37 0 0.31
HSL 263.44º 0.29% 0.56% -
HSV(B) 263.44º 0.37% 0.69% -
XYZ 23.58 19.7 43.12 -
YUV 125.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 136 111 175 0.22 0.37 0 0.31 263.44 0.29 0.56
Hex 88 6F AF 16 25 0 1F 107 1D 38
Octal 210 157 257 26 45 0 37 407 35 70
Binary 10001000 1101111 10101111 10110 100101 0 11111 100000111 11101 111000

Color Harmonies of #886FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FAF

Black with #886FAF

Text Example


Text Example

White with #886FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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