Html Css Color HEX #8564EE Medium Slate Blue

📋 copy color: '#8564EE'

red 133 ◦ green 100 ◦ blue 238

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

Shades of Medium Slate Blue #8564EE

Tints of Medium Slate Blue #8564EE

RGB

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

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

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

R = 28.24%
G = 21.23%
B = 50.53%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8564EE (or 0x8564EE) is known color: Medium Slate Blue. HEX triplet: 85, 64 and EE. RGB value is (133,100,238). Sum of RGB (Red+Green+Blue) = 133+100+238=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #8564EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564EE is #7A9B11. Grayscale: #7D7D7D. Windows color (decimal): -8035090 or 15623301. OLE color: 15623301.

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

Color convert

RGB 133 100 238 -
CMYK 0.44 0.58 0 0.07
HSL 254.35º 0.8% 0.66% -
HSV(B) 254.35º 0.58% 0.93% -
XYZ 29.66 20.27 83.24 -
YUV 125.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 133 100 238 0.44 0.58 0 0.07 254.35 0.8 0.66
Hex 85 64 EE 2C 3A 0 7 FE 50 42
Octal 205 144 356 54 72 0 7 376 120 102
Binary 10000101 1100100 11101110 101100 111010 0 111 11111110 1010000 1000010

Color Harmonies of #8564EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564EE

Black with #8564EE

Text Example


Text Example

White with #8564EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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