Html Css Color HEX #866DA4 Deluge

📋 copy color: '#866DA4'

red 134 ◦ green 109 ◦ blue 164

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

Shades of Deluge #866DA4

Tints of Deluge #866DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 32.92%
G = 26.78%
B = 40.29%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#866DA4 (or 0x866DA4) is known color: Deluge. HEX triplet: 86, 6D and A4. RGB value is (134,109,164). Sum of RGB (Red+Green+Blue) = 134+109+164=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #866DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DA4 is #79925B. Grayscale: #7A7A7A. Windows color (decimal): -7967324 or 10775942. OLE color: 10775942.

HSL color Cylindrical-coordinate representation of color #866DA4: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866DA4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 109 164 -
CMYK 0.18 0.34 0 0.36
HSL 267.27º 0.23% 0.54% -
HSV(B) 267.27º 0.34% 0.64% -
XYZ 22 18.69 37.57 -
YUV 122.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 134 109 164 0.18 0.34 0 0.36 267.27 0.23 0.54
Hex 86 6D A4 12 22 0 24 10B 17 36
Octal 206 155 244 22 42 0 44 413 27 66
Binary 10000110 1101101 10100100 10010 100010 0 100100 100001011 10111 110110

Color Harmonies of #866DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DA4

Black with #866DA4

Text Example


Text Example

White with #866DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,109,164); }

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

background-color css

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

 a { background-color: rgb(134,109,164); }

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

border-color css

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

 span { border-color: rgb(134,109,164); }

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