Html Css Color HEX #866EAC Deluge

📋 copy color: '#866EAC'

red 134 ◦ green 110 ◦ blue 172

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

Shades of Deluge #866EAC

Tints of Deluge #866EAC

RGB

 RED value IS 134 (52.73% from 255) = 32.21%

 GREEN value IS 110 (43.36% from 255) = 26.44%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 32.21%
G = 26.44%
B = 41.35%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866EAC (or 0x866EAC) is known color: Deluge. HEX triplet: 86, 6E and AC. RGB value is (134,110,172). Sum of RGB (Red+Green+Blue) = 134+110+172=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #866EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866EAC is #799153. Grayscale: #7C7C7C. Windows color (decimal): -7967060 or 11300486. OLE color: 11300486.

HSL color Cylindrical-coordinate representation of color #866EAC: hue angle of 263.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866EAC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 110 172 -
CMYK 0.22 0.36 0 0.33
HSL 263.23º 0.27% 0.55% -
HSV(B) 263.23º 0.36% 0.67% -
XYZ 22.85 19.2 41.53 -
YUV 124.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 134 110 172 0.22 0.36 0 0.33 263.23 0.27 0.55
Hex 86 6E AC 16 24 0 21 107 1B 37
Octal 206 156 254 26 44 0 41 407 33 67
Binary 10000110 1101110 10101100 10110 100100 0 100001 100000111 11011 110111

Color Harmonies of #866EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EAC

Black with #866EAC

Text Example


Text Example

White with #866EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866EAC; }

 p { color: rgb(134,110,172); }

 H1.HeaderClassName
 {
   color: #866EAC;
 }
 .AnyTagClassName
 {
   color: #866EAC;
 }
</style>

background-color css

<style>
 a { background-color: #866EAC; }

 a { background-color: rgb(134,110,172); }

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

border-color css

<style>
 span { border-color: #866EAC; }

 span { border-color: rgb(134,110,172); }

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