#8465EA

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

Shades of Medium Slate Blue #8465EA

Tints of Medium Slate Blue #8465EA

Color information

#8465EA (or 0x8465EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 65 and EA. RGB value is (132,101,234). Sum of RGB (Red+Green+Blue) = 132+101+234=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #8465EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8465EA is #7B9A15. Grayscale: #7C7C7C. Windows color (decimal): -8100374 or 15361412. OLE color: 15361412.

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

Color convert

RGB132101234-
CMYK0.440.5700.08
HSL253.98º76%65.69%-
HSV(B)253.98º56.84%91.76%-
XYZ29.0220.1580.2-
YUV125.43189.27132.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=28.27%
G=21.63%
B=50.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321012340.440.5700.08253.987665.69
Hex8465EA2C3908fe4c42
Octal2041453525471010376114102
Binary10000100110010111101010101100111001010001111111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8465EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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