#8277EC

Color #8277EC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8277EC

Tints of Medium Slate Blue #8277EC

Color information

#8277EC (or 0x8277EC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 77 and EC. RGB value is (130,119,236). Sum of RGB (Red+Green+Blue) = 130+119+236=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #8277EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277EC is #7D8813. Grayscale: #878787. Windows color (decimal): -8226836 or 15497090. OLE color: 15497090.

HSL color Cylindrical-coordinate representation of color #8277EC: hue angle of 245.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8277EC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130119236-
CMYK0.450.5000.07
HSL245.64º75.48%69.61%-
HSV(B)245.64º49.58%92.55%-
XYZ30.942482.36-
YUV135.63184.64123.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=26.80%
G=24.54%
B=48.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301192360.450.5000.07245.6475.4869.61
Hex8277EC2D3207f64b46
Octal202167354556207366113106
Binary1000001011101111110110010110111001001111111011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8277EC; }

 p { color: rgb(130,119,236); }

 H1.HeaderClassName
 {
   color: #8277EC;
 }
 .AnyTagClassName
 {
   color: #8277EC;
 }
</style>
background-color css

<style>
 a { background-color: #8277EC; }

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

 div.DivClassName
 {
   background-color: #8277EC;
 }
 .BgClassName
 {
   background-color: #8277EC;
 }
</style>
border-color css

<style>
 span { border-color: #8277EC; }

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

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