#8475E3

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

Shades of Medium Slate Blue #8475E3

Tints of Medium Slate Blue #8475E3

Color information

#8475E3 (or 0x8475E3) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 75 and E3. RGB value is (132,117,227). Sum of RGB (Red+Green+Blue) = 132+117+227=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #8475E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475E3 is #7B8A1C. Grayscale: #858585. Windows color (decimal): -8096285 or 14906756. OLE color: 14906756.

HSL color Cylindrical-coordinate representation of color #8475E3: hue angle of 248.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8475E3 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132117227-
CMYK0.420.4800.11
HSL248.18º66.27%67.45%-
HSV(B)248.18º48.46%89.02%-
XYZ29.7423.1775.58-
YUV134.02180.47126.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 227 (89.06% from 255) = 47.69%
R=27.73%
G=24.58%
B=47.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321172270.420.4800.11248.1866.2767.45
Hex8475E32A300Bf84243
Octal2041653435260013370102103
Binary10000100111010111100011101010110000010111111100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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