Html Css Color HEX #8283EA Medium Slate Blue

📋 copy color: '#8283EA'

red 130 ◦ green 131 ◦ blue 234

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

Shades of Medium Slate Blue #8283EA

Tints of Medium Slate Blue #8283EA

RGB

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

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

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

R = 26.26%
G = 26.46%
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

#8283EA (or 0x8283EA) is known color: Medium Slate Blue. HEX triplet: 82, 83 and EA. RGB value is (130,131,234). Sum of RGB (Red+Green+Blue) = 130+131+234=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 131 (51.56% from 255 or 26.46% 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 #8283EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283EA is #7D7C15. Grayscale: #8E8E8E. Windows color (decimal): -8223766 or 15369090. OLE color: 15369090.

HSL color Cylindrical-coordinate representation of color #8283EA: hue angle of 239.42º 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 #8283EA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 131 234 -
CMYK 0.44 0.44 0 0.08
HSL 239.42º 0.71% 0.71% -
HSV(B) 239.42º 0.44% 0.92% -
XYZ 32.17 26.92 81.34 -
YUV 142.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 130 131 234 0.44 0.44 0 0.08 239.42 0.71 0.71
Hex 82 83 EA 2C 2C 0 8 EF 47 47
Octal 202 203 352 54 54 0 10 357 107 107
Binary 10000010 10000011 11101010 101100 101100 0 1000 11101111 1000111 1000111

Color Harmonies of #8283EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8283EA

Black with #8283EA

Text Example


Text Example

White with #8283EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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