Html Css Color HEX #8480EA Medium Slate Blue

📋 copy color: '#8480EA'

red 132 ◦ green 128 ◦ blue 234

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

Shades of Medium Slate Blue #8480EA

Tints of Medium Slate Blue #8480EA

RGB

 RED value IS 132 (51.95% from 255) = 26.72%

 GREEN value IS 128 (50.39% from 255) = 25.91%

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

R = 26.72%
G = 25.91%
B = 47.37%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8480EA (or 0x8480EA) is known color: Medium Slate Blue. HEX triplet: 84, 80 and EA. RGB value is (132,128,234). Sum of RGB (Red+Green+Blue) = 132+128+234=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 128 (50.39% from 255 or 25.91% 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 #8480EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8480EA is #7B7F15. Grayscale: #8C8C8C. Windows color (decimal): -8093462 or 15368324. OLE color: 15368324.

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

Color convert

RGB 132 128 234 -
CMYK 0.44 0.45 0 0.08
HSL 242.26º 0.72% 0.71% -
HSV(B) 242.26º 0.45% 0.92% -
XYZ 32.09 26.28 81.22 -
YUV 141.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 132 128 234 0.44 0.45 0 0.08 242.26 0.72 0.71
Hex 84 80 EA 2C 2D 0 8 F2 48 47
Octal 204 200 352 54 55 0 10 362 110 107
Binary 10000100 10000000 11101010 101100 101101 0 1000 11110010 1001000 1000111

Color Harmonies of #8480EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8480EA

Black with #8480EA

Text Example


Text Example

White with #8480EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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