Html Css Color HEX #866CE3 Medium Slate Blue

📋 copy color: '#866CE3'

red 134 ◦ green 108 ◦ blue 227

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

Shades of Medium Slate Blue #866CE3

Tints of Medium Slate Blue #866CE3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

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

R = 28.57%
G = 23.03%
B = 48.4%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#866CE3 (or 0x866CE3) is known color: Medium Slate Blue. HEX triplet: 86, 6C and E3. RGB value is (134,108,227). Sum of RGB (Red+Green+Blue) = 134+108+227=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #866CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CE3 is #79931C. Grayscale: #808080. Windows color (decimal): -7967517 or 14904454. OLE color: 14904454.

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

Color convert

RGB 134 108 227 -
CMYK 0.41 0.52 0 0.11
HSL 253.11º 0.68% 0.66% -
HSV(B) 253.11º 0.52% 0.89% -
XYZ 29.06 21.34 75.26 -
YUV 129.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 134 108 227 0.41 0.52 0 0.11 253.11 0.68 0.66
Hex 86 6C E3 29 34 0 B FD 44 42
Octal 206 154 343 51 64 0 13 375 104 102
Binary 10000110 1101100 11100011 101001 110100 0 1011 11111101 1000100 1000010

Color Harmonies of #866CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CE3

Black with #866CE3

Text Example


Text Example

White with #866CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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