Html Css Color HEX #8562ED Medium Slate Blue

📋 copy color: '#8562ED'

red 133 ◦ green 98 ◦ blue 237

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

Shades of Medium Slate Blue #8562ED

Tints of Medium Slate Blue #8562ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 28.42%
G = 20.94%
B = 50.64%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8562ED (or 0x8562ED) is known color: Medium Slate Blue. HEX triplet: 85, 62 and ED. RGB value is (133,98,237). Sum of RGB (Red+Green+Blue) = 133+98+237=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #8562ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8562ED is #7A9D12. Grayscale: #7B7B7B. Windows color (decimal): -8035603 or 15557253. OLE color: 15557253.

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

Color convert

RGB 133 98 237 -
CMYK 0.44 0.59 0 0.07
HSL 255.11º 0.79% 0.66% -
HSV(B) 255.11º 0.59% 0.93% -
XYZ 29.33 19.84 82.4 -
YUV 124.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 133 98 237 0.44 0.59 0 0.07 255.11 0.79 0.66
Hex 85 62 ED 2C 3B 0 7 FF 4F 42
Octal 205 142 355 54 73 0 7 377 117 102
Binary 10000101 1100010 11101101 101100 111011 0 111 11111111 1001111 1000010

Color Harmonies of #8562ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8562ED

Black with #8562ED

Text Example


Text Example

White with #8562ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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