Html Css Color HEX #866CE5 Medium Slate Blue

📋 copy color: '#866CE5'

red 134 ◦ green 108 ◦ blue 229

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

Shades of Medium Slate Blue #866CE5

Tints of Medium Slate Blue #866CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 28.45%
G = 22.93%
B = 48.62%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#866CE5 (or 0x866CE5) is known color: Medium Slate Blue. HEX triplet: 86, 6C and E5. RGB value is (134,108,229). Sum of RGB (Red+Green+Blue) = 134+108+229=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #866CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CE5 is #79931A. Grayscale: #818181. Windows color (decimal): -7967515 or 15035526. OLE color: 15035526.

HSL color Cylindrical-coordinate representation of color #866CE5: hue angle of 252.89º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866CE5 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 108 229 -
CMYK 0.41 0.53 0 0.10
HSL 252.89º 0.7% 0.66% -
HSV(B) 252.89º 0.53% 0.9% -
XYZ 29.34 21.45 76.72 -
YUV 129.57 184.11 131.16 -
System Red Green Blue C M Y K H S L
Decimal 134 108 229 0.41 0.53 0 0.10 252.89 0.7 0.66
Hex 86 6C E5 29 35 0 A FD 46 42
Octal 206 154 345 51 65 0 12 375 106 102
Binary 10000110 1101100 11100101 101001 110101 0 1010 11111101 1000110 1000010

Color Harmonies of #866CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CE5

Black with #866CE5

Text Example


Text Example

White with #866CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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