#8465F3

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

Shades of Medium Slate Blue #8465F3

Tints of Medium Slate Blue #8465F3

Color information

#8465F3 (or 0x8465F3) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 65 and F3. RGB value is (132,101,243). Sum of RGB (Red+Green+Blue) = 132+101+243=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #8465F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8465F3 is #7B9A0C. Grayscale: #7D7D7D. Windows color (decimal): -8100365 or 15951236. OLE color: 15951236.

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

Color convert

RGB132101243-
CMYK0.460.5800.05
HSL253.1º85.54%67.45%-
HSV(B)253.1º58.44%95.29%-
XYZ30.3520.6887.19-
YUV126.46193.77131.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 243 (95.31% from 255) = 51.05%
R=27.73%
G=21.22%
B=51.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321012430.460.5800.05253.185.5467.45
Hex8465F32E3A05fd5643
Octal204145363567205375126103
Binary1000010011001011111001110111011101001011111110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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