Html Css Color HEX #8561EE Medium Slate Blue

📋 copy color: '#8561EE'

red 133 ◦ green 97 ◦ blue 238

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

Shades of Medium Slate Blue #8561EE

Tints of Medium Slate Blue #8561EE

RGB

 RED value IS 133 (52.34% from 255) = 28.42%

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

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

R = 28.42%
G = 20.73%
B = 50.85%

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

#8561EE (or 0x8561EE) is known color: Medium Slate Blue. HEX triplet: 85, 61 and EE. RGB value is (133,97,238). Sum of RGB (Red+Green+Blue) = 133+97+238=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #8561EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8561EE is #7A9E11. Grayscale: #7B7B7B. Windows color (decimal): -8035858 or 15622533. OLE color: 15622533.

HSL color Cylindrical-coordinate representation of color #8561EE: hue angle of 255.32º 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 #8561EE is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 97 238 -
CMYK 0.44 0.59 0 0.07
HSL 255.32º 0.81% 0.66% -
HSV(B) 255.32º 0.59% 0.93% -
XYZ 29.38 19.71 83.14 -
YUV 123.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 133 97 238 0.44 0.59 0 0.07 255.32 0.81 0.66
Hex 85 61 EE 2C 3B 0 7 FF 51 42
Octal 205 141 356 54 73 0 7 377 121 102
Binary 10000101 1100001 11101110 101100 111011 0 111 11111111 1010001 1000010

Color Harmonies of #8561EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8561EE

Black with #8561EE

Text Example


Text Example

White with #8561EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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