Html Css Color HEX #866ACE True V

📋 copy color: '#866ACE'

red 134 ◦ green 106 ◦ blue 206

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

Shades of True V #866ACE

Tints of True V #866ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 30.04%
G = 23.77%
B = 46.19%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#866ACE (or 0x866ACE) is known color: True V. HEX triplet: 86, 6A and CE. RGB value is (134,106,206). Sum of RGB (Red+Green+Blue) = 134+106+206=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #866ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ACE is #799531. Grayscale: #7D7D7D. Windows color (decimal): -7968050 or 13527686. OLE color: 13527686.

HSL color Cylindrical-coordinate representation of color #866ACE: hue angle of 256.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866ACE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 106 206 -
CMYK 0.35 0.49 0 0.19
HSL 256.8º 0.51% 0.61% -
HSV(B) 256.8º 0.49% 0.81% -
XYZ 26.13 19.83 60.84 -
YUV 125.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 134 106 206 0.35 0.49 0 0.19 256.8 0.51 0.61
Hex 86 6A CE 23 31 0 13 101 33 3D
Octal 206 152 316 43 61 0 23 401 63 75
Binary 10000110 1101010 11001110 100011 110001 0 10011 100000001 110011 111101

Color Harmonies of #866ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866ACE

Black with #866ACE

Text Example


Text Example

White with #866ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,206); }

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

background-color css

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

 a { background-color: rgb(134,106,206); }

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

border-color css

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

 span { border-color: rgb(134,106,206); }

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