Html Css Color HEX #8082EA Medium Slate Blue

📋 copy color: '#8082EA'

red 128 ◦ green 130 ◦ blue 234

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

Shades of Medium Slate Blue #8082EA

Tints of Medium Slate Blue #8082EA

RGB

 RED value IS 128 (50.39% from 255) = 26.02%

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

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

R = 26.02%
G = 26.42%
B = 47.56%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8082EA (or 0x8082EA) is known color: Medium Slate Blue. HEX triplet: 80, 82 and EA. RGB value is (128,130,234). Sum of RGB (Red+Green+Blue) = 128+130+234=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #8082EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082EA is #7F7D15. Grayscale: #8C8C8C. Windows color (decimal): -8355094 or 15368832. OLE color: 15368832.

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

Color convert

RGB 128 130 234 -
CMYK 0.45 0.44 0 0.08
HSL 238.87º 0.72% 0.71% -
HSV(B) 238.87º 0.45% 0.92% -
XYZ 31.74 26.49 81.28 -
YUV 141.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 128 130 234 0.45 0.44 0 0.08 238.87 0.72 0.71
Hex 80 82 EA 2D 2C 0 8 EF 48 47
Octal 200 202 352 55 54 0 10 357 110 107
Binary 10000000 10000010 11101010 101101 101100 0 1000 11101111 1001000 1000111

Color Harmonies of #8082EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8082EA

Black with #8082EA

Text Example


Text Example

White with #8082EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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