Html Css Color HEX #8562EF Medium Slate Blue

📋 copy color: '#8562EF'

red 133 ◦ green 98 ◦ blue 239

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

Shades of Medium Slate Blue #8562EF

Tints of Medium Slate Blue #8562EF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.85%

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

R = 28.3%
G = 20.85%
B = 50.85%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8562EF (or 0x8562EF) is known color: Medium Slate Blue. HEX triplet: 85, 62 and EF. RGB value is (133,98,239). Sum of RGB (Red+Green+Blue) = 133+98+239=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8562EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8562EF is #7A9D10. Grayscale: #7C7C7C. Windows color (decimal): -8035601 or 15688325. OLE color: 15688325.

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

Color convert

RGB 133 98 239 -
CMYK 0.44 0.59 0 0.06
HSL 254.89º 0.82% 0.66% -
HSV(B) 254.89º 0.59% 0.94% -
XYZ 29.62 19.95 83.95 -
YUV 124.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 133 98 239 0.44 0.59 0 0.06 254.89 0.82 0.66
Hex 85 62 EF 2C 3B 0 6 FF 52 42
Octal 205 142 357 54 73 0 6 377 122 102
Binary 10000101 1100010 11101111 101100 111011 0 110 11111111 1010010 1000010

Color Harmonies of #8562EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8562EF

Black with #8562EF

Text Example


Text Example

White with #8562EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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