#8448F8

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

Shades of Medium Slate Blue #8448F8

Tints of Medium Slate Blue #8448F8

Color information

#8448F8 (or 0x8448F8) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 48 and F8. RGB value is (132,72,248). Sum of RGB (Red+Green+Blue) = 132+72+248=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #8448F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8448F8 is #7BB707. Grayscale: #6D6D6D. Windows color (decimal): -8107784 or 16271492. OLE color: 16271492.

HSL color Cylindrical-coordinate representation of color #8448F8: hue angle of 260.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8448F8 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13272248-
CMYK0.470.7100.03
HSL260.45º92.63%62.75%-
HSV(B)260.45º70.97%97.25%-
XYZ28.7816.3290.44-
YUV110205.88143.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 72 (28.52% from 255) = 15.93%
BLUE value IS 248 (97.27% from 255) = 54.87%
R=29.20%
G=15.93%
B=54.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal132722480.470.7100.03260.4592.6362.75
Hex8448F82F47031045d3f
Octal204110370571070340413577
Binary1000010010010001111100010111110001110111000001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8448F8; }

 p { color: rgb(132,72,248); }

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

<style>
 a { background-color: #8448F8; }

 a { background-color: rgb(132,72,248); }

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

<style>
 span { border-color: #8448F8; }

 span { border-color: rgb(132,72,248); }

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