Html Css Color HEX #8661EC Medium Slate Blue

📋 copy color: '#8661EC'

red 134 ◦ green 97 ◦ blue 236

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

Shades of Medium Slate Blue #8661EC

Tints of Medium Slate Blue #8661EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 28.69%
G = 20.77%
B = 50.54%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8661EC (or 0x8661EC) is known color: Medium Slate Blue. HEX triplet: 86, 61 and EC. RGB value is (134,97,236). Sum of RGB (Red+Green+Blue) = 134+97+236=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8661EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661EC is #799E13. Grayscale: #7B7B7B. Windows color (decimal): -7970324 or 15491462. OLE color: 15491462.

HSL color Cylindrical-coordinate representation of color #8661EC: hue angle of 255.97º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8661EC is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 97 236 -
CMYK 0.43 0.59 0 0.07
HSL 255.97º 0.79% 0.65% -
HSV(B) 255.97º 0.59% 0.93% -
XYZ 29.25 19.67 81.61 -
YUV 123.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 134 97 236 0.43 0.59 0 0.07 255.97 0.79 0.65
Hex 86 61 EC 2B 3B 0 7 100 4F 41
Octal 206 141 354 53 73 0 7 400 117 101
Binary 10000110 1100001 11101100 101011 111011 0 111 100000000 1001111 1000001

Color Harmonies of #8661EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8661EC

Black with #8661EC

Text Example


Text Example

White with #8661EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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