Html Css Color HEX #8564EB Medium Slate Blue

📋 copy color: '#8564EB'

red 133 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #8564EB

Tints of Medium Slate Blue #8564EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 28.42%
G = 21.37%
B = 50.21%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8564EB (or 0x8564EB) is known color: Medium Slate Blue. HEX triplet: 85, 64 and EB. RGB value is (133,100,235). Sum of RGB (Red+Green+Blue) = 133+100+235=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #8564EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564EB is #7A9B14. Grayscale: #7C7C7C. Windows color (decimal): -8035093 or 15426693. OLE color: 15426693.

HSL color Cylindrical-coordinate representation of color #8564EB: hue angle of 254.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8564EB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 100 235 -
CMYK 0.43 0.57 0 0.08
HSL 254.67º 0.77% 0.66% -
HSV(B) 254.67º 0.57% 0.92% -
XYZ 29.23 20.1 80.94 -
YUV 125.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 133 100 235 0.43 0.57 0 0.08 254.67 0.77 0.66
Hex 85 64 EB 2B 39 0 8 FF 4D 42
Octal 205 144 353 53 71 0 10 377 115 102
Binary 10000101 1100100 11101011 101011 111001 0 1000 11111111 1001101 1000010

Color Harmonies of #8564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564EB

Black with #8564EB

Text Example


Text Example

White with #8564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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