Html Css Color HEX #8661EE Medium Slate Blue

📋 copy color: '#8661EE'

red 134 ◦ green 97 ◦ blue 238

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

Shades of Medium Slate Blue #8661EE

Tints of Medium Slate Blue #8661EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 28.57%
G = 20.68%
B = 50.75%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8661EE (or 0x8661EE) is known color: Medium Slate Blue. HEX triplet: 86, 61 and EE. RGB value is (134,97,238). Sum of RGB (Red+Green+Blue) = 134+97+238=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #8661EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661EE is #799E11. Grayscale: #7B7B7B. Windows color (decimal): -7970322 or 15622534. OLE color: 15622534.

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

Color convert

RGB 134 97 238 -
CMYK 0.44 0.59 0 0.07
HSL 255.74º 0.81% 0.66% -
HSV(B) 255.74º 0.59% 0.93% -
XYZ 29.54 19.79 83.15 -
YUV 124.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 134 97 238 0.44 0.59 0 0.07 255.74 0.81 0.66
Hex 86 61 EE 2C 3B 0 7 100 51 42
Octal 206 141 356 54 73 0 7 400 121 102
Binary 10000110 1100001 11101110 101100 111011 0 111 100000000 1010001 1000010

Color Harmonies of #8661EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8661EE

Black with #8661EE

Text Example


Text Example

White with #8661EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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