Html Css Color HEX #8382EA Medium Slate Blue

📋 copy color: '#8382EA'

red 131 ◦ green 130 ◦ blue 234

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

Shades of Medium Slate Blue #8382EA

Tints of Medium Slate Blue #8382EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 26.46%
G = 26.26%
B = 47.27%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8382EA (or 0x8382EA) is known color: Medium Slate Blue. HEX triplet: 83, 82 and EA. RGB value is (131,130,234). Sum of RGB (Red+Green+Blue) = 131+130+234=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #8382EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8382EA is #7C7D15. Grayscale: #8D8D8D. Windows color (decimal): -8158486 or 15368835. OLE color: 15368835.

HSL color Cylindrical-coordinate representation of color #8382EA: hue angle of 240.58º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8382EA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 130 234 -
CMYK 0.44 0.44 0 0.08
HSL 240.58º 0.71% 0.71% -
HSV(B) 240.58º 0.44% 0.92% -
XYZ 32.19 26.73 81.3 -
YUV 142.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 131 130 234 0.44 0.44 0 0.08 240.58 0.71 0.71
Hex 83 82 EA 2C 2C 0 8 F1 47 47
Octal 203 202 352 54 54 0 10 361 107 107
Binary 10000011 10000010 11101010 101100 101100 0 1000 11110001 1000111 1000111

Color Harmonies of #8382EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382EA

Black with #8382EA

Text Example


Text Example

White with #8382EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8382EA; }

 p { color: rgb(131,130,234); }

 H1.HeaderClassName
 {
   color: #8382EA;
 }
 .AnyTagClassName
 {
   color: #8382EA;
 }
</style>

background-color css

<style>
 a { background-color: #8382EA; }

 a { background-color: rgb(131,130,234); }

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

border-color css

<style>
 span { border-color: #8382EA; }

 span { border-color: rgb(131,130,234); }

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