Html Css Color HEX #8562E2 Medium Slate Blue

📋 copy color: '#8562E2'

red 133 ◦ green 98 ◦ blue 226

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

Shades of Medium Slate Blue #8562E2

Tints of Medium Slate Blue #8562E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.45%

R = 29.1%
G = 21.44%
B = 49.45%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8562E2 (or 0x8562E2) is known color: Medium Slate Blue. HEX triplet: 85, 62 and E2. RGB value is (133,98,226). Sum of RGB (Red+Green+Blue) = 133+98+226=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 226 (88.67% from 255 or 49.45% from 457); Max value from RGB is 226 - color contains mainly: blue. Hex color #8562E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562E2 is #7A9D1D. Grayscale: #7A7A7A. Windows color (decimal): -8035614 or 14836357. OLE color: 14836357.

HSL color Cylindrical-coordinate representation of color #8562E2: hue angle of 256.41º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8562E2 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 98 226 -
CMYK 0.41 0.57 0 0.11
HSL 256.41º 0.69% 0.64% -
HSV(B) 256.41º 0.57% 0.89% -
XYZ 27.77 19.21 74.2 -
YUV 123.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 133 98 226 0.41 0.57 0 0.11 256.41 0.69 0.64
Hex 85 62 E2 29 39 0 B 100 45 40
Octal 205 142 342 51 71 0 13 400 105 100
Binary 10000101 1100010 11100010 101001 111001 0 1011 100000000 1000101 1000000

Color Harmonies of #8562E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8562E2

Black with #8562E2

Text Example


Text Example

White with #8562E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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