Html Css Color HEX #8564EF Medium Slate Blue

📋 copy color: '#8564EF'

red 133 ◦ green 100 ◦ blue 239

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

Shades of Medium Slate Blue #8564EF

Tints of Medium Slate Blue #8564EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.19%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 28.18%
G = 21.19%
B = 50.64%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8564EF (or 0x8564EF) is known color: Medium Slate Blue. HEX triplet: 85, 64 and EF. RGB value is (133,100,239). Sum of RGB (Red+Green+Blue) = 133+100+239=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #8564EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564EF is #7A9B10. Grayscale: #7D7D7D. Windows color (decimal): -8035089 or 15688837. OLE color: 15688837.

HSL color Cylindrical-coordinate representation of color #8564EF: hue angle of 254.24º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8564EF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 100 239 -
CMYK 0.44 0.58 0 0.06
HSL 254.24º 0.81% 0.66% -
HSV(B) 254.24º 0.58% 0.94% -
XYZ 29.81 20.33 84.01 -
YUV 125.71 191.93 133.2 -
System Red Green Blue C M Y K H S L
Decimal 133 100 239 0.44 0.58 0 0.06 254.24 0.81 0.66
Hex 85 64 EF 2C 3A 0 6 FE 51 42
Octal 205 144 357 54 72 0 6 376 121 102
Binary 10000101 1100100 11101111 101100 111010 0 110 11111110 1010001 1000010

Color Harmonies of #8564EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564EF

Black with #8564EF

Text Example


Text Example

White with #8564EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8564EF; }

 p { color: rgb(133,100,239); }

 H1.HeaderClassName
 {
   color: #8564EF;
 }
 .AnyTagClassName
 {
   color: #8564EF;
 }
</style>

background-color css

<style>
 a { background-color: #8564EF; }

 a { background-color: rgb(133,100,239); }

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

border-color css

<style>
 span { border-color: #8564EF; }

 span { border-color: rgb(133,100,239); }

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