#8462F3

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

Shades of Medium Slate Blue #8462F3

Tints of Medium Slate Blue #8462F3

Color information

#8462F3 (or 0x8462F3) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 62 and F3. RGB value is (132,98,243). Sum of RGB (Red+Green+Blue) = 132+98+243=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #8462F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8462F3 is #7B9D0C. Grayscale: #7C7C7C. Windows color (decimal): -8101133 or 15950468. OLE color: 15950468.

HSL color Cylindrical-coordinate representation of color #8462F3: hue angle of 254.07º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8462F3 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13298243-
CMYK0.460.6000.05
HSL254.07º85.8%66.86%-
HSV(B)254.07º59.67%95.29%-
XYZ30.0620.1187.09-
YUV124.7194.76133.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 98 (38.67% from 255) = 20.72%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=27.91%
G=20.72%
B=51.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132982430.460.6000.05254.0785.866.86
Hex8462F32E3C05fe5643
Octal204142363567405376126103
Binary1000010011000101111001110111011110001011111111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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