Html Css Color HEX #8564EA Medium Slate Blue

📋 copy color: '#8564EA'

red 133 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #8564EA

Tints of Medium Slate Blue #8564EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 28.48%
G = 21.41%
B = 50.11%

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

#8564EA (or 0x8564EA) is known color: Medium Slate Blue. HEX triplet: 85, 64 and EA. RGB value is (133,100,234). Sum of RGB (Red+Green+Blue) = 133+100+234=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #8564EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564EA is #7A9B15. Grayscale: #7C7C7C. Windows color (decimal): -8035094 or 15361157. OLE color: 15361157.

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

Color convert

RGB 133 100 234 -
CMYK 0.43 0.57 0 0.08
HSL 254.78º 0.76% 0.65% -
HSV(B) 254.78º 0.57% 0.92% -
XYZ 29.08 20.04 80.18 -
YUV 125.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 133 100 234 0.43 0.57 0 0.08 254.78 0.76 0.65
Hex 85 64 EA 2B 39 0 8 FF 4C 41
Octal 205 144 352 53 71 0 10 377 114 101
Binary 10000101 1100100 11101010 101011 111001 0 1000 11111111 1001100 1000001

Color Harmonies of #8564EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564EA

Black with #8564EA

Text Example


Text Example

White with #8564EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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