#8277E6

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

Shades of Medium Slate Blue #8277E6

Tints of Medium Slate Blue #8277E6

Color information

#8277E6 (or 0x8277E6) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 77 and E6. RGB value is (130,119,230). Sum of RGB (Red+Green+Blue) = 130+119+230=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #8277E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277E6 is #7D8819. Grayscale: #868686. Windows color (decimal): -8226842 or 15103874. OLE color: 15103874.

HSL color Cylindrical-coordinate representation of color #8277E6: hue angle of 245.95º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8277E6 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130119230-
CMYK0.430.4800.10
HSL245.95º68.94%68.43%-
HSV(B)245.95º48.26%90.2%-
XYZ30.0923.6577.84-
YUV134.94181.64124.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=27.14%
G=24.84%
B=48.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301192300.430.4800.10245.9568.9468.43
Hex8277E62B300Af64544
Octal2021673465360012366105104
Binary10000010111011111100110101011110000010101111011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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