Html Css Color HEX #8661E5 Medium Slate Blue

📋 copy color: '#8661E5'

red 134 ◦ green 97 ◦ blue 229

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

Shades of Medium Slate Blue #8661E5

Tints of Medium Slate Blue #8661E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 29.13%
G = 21.09%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8661E5 (or 0x8661E5) is known color: Medium Slate Blue. HEX triplet: 86, 61 and E5. RGB value is (134,97,229). Sum of RGB (Red+Green+Blue) = 134+97+229=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #8661E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8661E5 is #799E1A. Grayscale: #7A7A7A. Windows color (decimal): -7970331 or 15032710. OLE color: 15032710.

HSL color Cylindrical-coordinate representation of color #8661E5: hue angle of 256.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8661E5 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 97 229 -
CMYK 0.41 0.58 0 0.10
HSL 256.82º 0.72% 0.64% -
HSV(B) 256.82º 0.58% 0.9% -
XYZ 28.25 19.27 76.36 -
YUV 123.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 134 97 229 0.41 0.58 0 0.10 256.82 0.72 0.64
Hex 86 61 E5 29 3A 0 A 101 48 40
Octal 206 141 345 51 72 0 12 401 110 100
Binary 10000110 1100001 11100101 101001 111010 0 1010 100000001 1001000 1000000

Color Harmonies of #8661E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8661E5

Black with #8661E5

Text Example


Text Example

White with #8661E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8661E5; }

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

 H1.HeaderClassName
 {
   color: #8661E5;
 }
 .AnyTagClassName
 {
   color: #8661E5;
 }
</style>

background-color css

<style>
 a { background-color: #8661E5; }

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

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

border-color css

<style>
 span { border-color: #8661E5; }

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

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