Html Css Color HEX #8661ED Medium Slate Blue

📋 copy color: '#8661ED'

red 134 ◦ green 97 ◦ blue 237

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

Shades of Medium Slate Blue #8661ED

Tints of Medium Slate Blue #8661ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 28.63%
G = 20.73%
B = 50.64%

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

#8661ED (or 0x8661ED) is known color: Medium Slate Blue. HEX triplet: 86, 61 and ED. RGB value is (134,97,237). Sum of RGB (Red+Green+Blue) = 134+97+237=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #8661ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661ED is #799E12. Grayscale: #7B7B7B. Windows color (decimal): -7970323 or 15556998. OLE color: 15556998.

HSL color Cylindrical-coordinate representation of color #8661ED: hue angle of 255.86º degrees, saturation: 0.8, 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 #8661ED is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 97 237 -
CMYK 0.43 0.59 0 0.07
HSL 255.86º 0.8% 0.65% -
HSV(B) 255.86º 0.59% 0.93% -
XYZ 29.39 19.73 82.38 -
YUV 124.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 134 97 237 0.43 0.59 0 0.07 255.86 0.8 0.65
Hex 86 61 ED 2B 3B 0 7 100 50 41
Octal 206 141 355 53 73 0 7 400 120 101
Binary 10000110 1100001 11101101 101011 111011 0 111 100000000 1010000 1000001

Color Harmonies of #8661ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8661ED

Black with #8661ED

Text Example


Text Example

White with #8661ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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