Html Css Color HEX #8282EA Medium Slate Blue

📋 copy color: '#8282EA'

red 130 ◦ green 130 ◦ blue 234

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

Shades of Medium Slate Blue #8282EA

Tints of Medium Slate Blue #8282EA

RGB

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

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

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

R = 26.32%
G = 26.32%
B = 47.37%

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

#8282EA (or 0x8282EA) is known color: Medium Slate Blue. HEX triplet: 82, 82 and EA. RGB value is (130,130,234). Sum of RGB (Red+Green+Blue) = 130+130+234=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #8282EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282EA is #7D7D15. Grayscale: #8D8D8D. Windows color (decimal): -8224022 or 15368834. OLE color: 15368834.

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

Color convert

RGB 130 130 234 -
CMYK 0.44 0.44 0 0.08
HSL 240º 0.71% 0.71% -
HSV(B) 240º 0.44% 0.92% -
XYZ 32.04 26.65 81.3 -
YUV 141.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 130 130 234 0.44 0.44 0 0.08 240 0.71 0.71
Hex 82 82 EA 2C 2C 0 8 F0 47 47
Octal 202 202 352 54 54 0 10 360 107 107
Binary 10000010 10000010 11101010 101100 101100 0 1000 11110000 1000111 1000111

Color Harmonies of #8282EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8282EA

Black with #8282EA

Text Example


Text Example

White with #8282EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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