Html Css Color HEX #866AE3 Medium Slate Blue

📋 copy color: '#866AE3'

red 134 ◦ green 106 ◦ blue 227

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

Shades of Medium Slate Blue #866AE3

Tints of Medium Slate Blue #866AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.61%

R = 28.69%
G = 22.7%
B = 48.61%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#866AE3 (or 0x866AE3) is known color: Medium Slate Blue. HEX triplet: 86, 6A and E3. RGB value is (134,106,227). Sum of RGB (Red+Green+Blue) = 134+106+227=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #866AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866AE3 is #79951C. Grayscale: #7F7F7F. Windows color (decimal): -7968029 or 14903942. OLE color: 14903942.

HSL color Cylindrical-coordinate representation of color #866AE3: hue angle of 253.88º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866AE3 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 106 227 -
CMYK 0.41 0.53 0 0.11
HSL 253.88º 0.68% 0.65% -
HSV(B) 253.88º 0.53% 0.89% -
XYZ 28.85 20.92 75.19 -
YUV 128.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 134 106 227 0.41 0.53 0 0.11 253.88 0.68 0.65
Hex 86 6A E3 29 35 0 B FE 44 41
Octal 206 152 343 51 65 0 13 376 104 101
Binary 10000110 1101010 11100011 101001 110101 0 1011 11111110 1000100 1000001

Color Harmonies of #866AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AE3

Black with #866AE3

Text Example


Text Example

White with #866AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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