#8477EB

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

Shades of Medium Slate Blue #8477EB

Tints of Medium Slate Blue #8477EB

Color information

#8477EB (or 0x8477EB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 77 and EB. RGB value is (132,119,235). Sum of RGB (Red+Green+Blue) = 132+119+235=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #8477EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477EB is #7B8814. Grayscale: #878787. Windows color (decimal): -8095765 or 15431556. OLE color: 15431556.

HSL color Cylindrical-coordinate representation of color #8477EB: hue angle of 246.72º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8477EB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132119235-
CMYK0.440.4900.08
HSL246.72º74.36%69.41%-
HSV(B)246.72º49.36%92.16%-
XYZ31.1124.181.61-
YUV136.11183.81125.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=27.16%
G=24.49%
B=48.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321192350.440.4900.08246.7274.3669.41
Hex8477EB2C3108f74a45
Octal2041673535461010367112105
Binary10000100111011111101011101100110001010001111011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8477EB; }

 p { color: rgb(132,119,235); }

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

<style>
 a { background-color: #8477EB; }

 a { background-color: rgb(132,119,235); }

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

<style>
 span { border-color: #8477EB; }

 span { border-color: rgb(132,119,235); }

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