Html Css Color HEX #866FAD Deluge

📋 copy color: '#866FAD'

red 134 ◦ green 111 ◦ blue 173

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

Shades of Deluge #866FAD

Tints of Deluge #866FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 32.06%
G = 26.56%
B = 41.39%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#866FAD (or 0x866FAD) is known color: Deluge. HEX triplet: 86, 6F and AD. RGB value is (134,111,173). Sum of RGB (Red+Green+Blue) = 134+111+173=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #866FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FAD is #799052. Grayscale: #7C7C7C. Windows color (decimal): -7966803 or 11366278. OLE color: 11366278.

HSL color Cylindrical-coordinate representation of color #866FAD: hue angle of 262.26º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866FAD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 111 173 -
CMYK 0.23 0.36 0 0.32
HSL 262.26º 0.27% 0.56% -
HSV(B) 262.26º 0.36% 0.68% -
XYZ 23.06 19.45 42.07 -
YUV 124.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 134 111 173 0.23 0.36 0 0.32 262.26 0.27 0.56
Hex 86 6F AD 17 24 0 20 106 1B 38
Octal 206 157 255 27 44 0 40 406 33 70
Binary 10000110 1101111 10101101 10111 100100 0 100000 100000110 11011 111000

Color Harmonies of #866FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FAD

Black with #866FAD

Text Example


Text Example

White with #866FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,111,173); }

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

background-color css

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

 a { background-color: rgb(134,111,173); }

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

border-color css

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

 span { border-color: rgb(134,111,173); }

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