Html Css Color HEX #8362ED Medium Slate Blue

📋 copy color: '#8362ED'

red 131 ◦ green 98 ◦ blue 237

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

Shades of Medium Slate Blue #8362ED

Tints of Medium Slate Blue #8362ED

RGB

 RED value IS 131 (51.56% from 255) = 28.11%

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

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

R = 28.11%
G = 21.03%
B = 50.86%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8362ED (or 0x8362ED) is known color: Medium Slate Blue. HEX triplet: 83, 62 and ED. RGB value is (131,98,237). Sum of RGB (Red+Green+Blue) = 131+98+237=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #8362ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362ED is #7C9D12. Grayscale: #7B7B7B. Windows color (decimal): -8166675 or 15557251. OLE color: 15557251.

HSL color Cylindrical-coordinate representation of color #8362ED: hue angle of 254.24º 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 #8362ED is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 98 237 -
CMYK 0.45 0.59 0 0.07
HSL 254.24º 0.79% 0.66% -
HSV(B) 254.24º 0.59% 0.93% -
XYZ 29.01 19.68 82.39 -
YUV 123.71 191.93 133.2 -
System Red Green Blue C M Y K H S L
Decimal 131 98 237 0.45 0.59 0 0.07 254.24 0.79 0.66
Hex 83 62 ED 2D 3B 0 7 FE 4F 42
Octal 203 142 355 55 73 0 7 376 117 102
Binary 10000011 1100010 11101101 101101 111011 0 111 11111110 1001111 1000010

Color Harmonies of #8362ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362ED

Black with #8362ED

Text Example


Text Example

White with #8362ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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