#8475EA

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

Shades of Medium Slate Blue #8475EA

Tints of Medium Slate Blue #8475EA

Color information

#8475EA (or 0x8475EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 75 and EA. RGB value is (132,117,234). Sum of RGB (Red+Green+Blue) = 132+117+234=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #8475EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475EA is #7B8A15. Grayscale: #868686. Windows color (decimal): -8096278 or 15365508. OLE color: 15365508.

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

Color convert

RGB132117234-
CMYK0.440.500.08
HSL247.69º73.58%68.82%-
HSV(B)247.69º50%91.76%-
XYZ30.7323.5780.77-
YUV134.82183.97125.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 234 (91.80% from 255) = 48.45%
R=27.33%
G=24.22%
B=48.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321172340.440.500.08247.6973.5868.82
Hex8475EA2C3208f84a45
Octal2041653525462010370112105
Binary10000100111010111101010101100110010010001111100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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