#8458F3

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

Shades of Medium Slate Blue #8458F3

Tints of Medium Slate Blue #8458F3

Color information

#8458F3 (or 0x8458F3) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 58 and F3. RGB value is (132,88,243). Sum of RGB (Red+Green+Blue) = 132+88+243=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #8458F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458F3 is #7BA70C. Grayscale: #767676. Windows color (decimal): -8103693 or 15947908. OLE color: 15947908.

HSL color Cylindrical-coordinate representation of color #8458F3: hue angle of 257.03º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8458F3 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13288243-
CMYK0.460.6400.05
HSL257.03º86.59%64.9%-
HSV(B)257.03º63.79%95.29%-
XYZ29.1818.3686.8-
YUV118.83198.08137.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 243 (95.31% from 255) = 52.48%
R=28.51%
G=19.01%
B=52.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132882430.460.6400.05257.0386.5964.9
Hex8458F32E40051015741
Octal2041303635610005401127101
Binary100001001011000111100111011101000000010110000000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8458F3; }

 p { color: rgb(132,88,243); }

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

<style>
 a { background-color: #8458F3; }

 a { background-color: rgb(132,88,243); }

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

<style>
 span { border-color: #8458F3; }

 span { border-color: rgb(132,88,243); }

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