Html Css Color HEX #866FAE Deluge

📋 copy color: '#866FAE'

red 134 ◦ green 111 ◦ blue 174

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

Shades of Deluge #866FAE

Tints of Deluge #866FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 31.98%
G = 26.49%
B = 41.53%

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

#866FAE (or 0x866FAE) is known color: Deluge. HEX triplet: 86, 6F and AE. RGB value is (134,111,174). Sum of RGB (Red+Green+Blue) = 134+111+174=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #866FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FAE is #799051. Grayscale: #7C7C7C. Windows color (decimal): -7966802 or 11431814. OLE color: 11431814.

HSL color Cylindrical-coordinate representation of color #866FAE: hue angle of 261.9º degrees, saturation: 0.28, 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 #866FAE is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 111 174 -
CMYK 0.23 0.36 0 0.32
HSL 261.9º 0.28% 0.56% -
HSV(B) 261.9º 0.36% 0.68% -
XYZ 23.16 19.49 42.59 -
YUV 125.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 134 111 174 0.23 0.36 0 0.32 261.9 0.28 0.56
Hex 86 6F AE 17 24 0 20 106 1C 38
Octal 206 157 256 27 44 0 40 406 34 70
Binary 10000110 1101111 10101110 10111 100100 0 100000 100000110 11100 111000

Color Harmonies of #866FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FAE

Black with #866FAE

Text Example


Text Example

White with #866FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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