#8254FC

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

Shades of Medium Slate Blue #8254FC

Tints of Medium Slate Blue #8254FC

Color information

#8254FC (or 0x8254FC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 54 and FC. RGB value is (130,84,252). Sum of RGB (Red+Green+Blue) = 130+84+252=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #8254FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8254FC is #7DAB03. Grayscale: #747474. Windows color (decimal): -8235780 or 16536706. OLE color: 16536706.

HSL color Cylindrical-coordinate representation of color #8254FC: hue angle of 256.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8254FC is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13084252-
CMYK0.480.6700.01
HSL256.43º96.55%65.88%-
HSV(B)256.43º66.67%98.82%-
XYZ29.9518.1194.01-
YUV116.91204.24137.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=27.90%
G=18.03%
B=54.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal130842520.480.6700.01256.4396.5565.88
Hex8254FC3043011006142
Octal2021243746010301400141102
Binary1000001010101001111110011000010000110110000000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8254FC; }

 p { color: rgb(130,84,252); }

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

<style>
 a { background-color: #8254FC; }

 a { background-color: rgb(130,84,252); }

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

<style>
 span { border-color: #8254FC; }

 span { border-color: rgb(130,84,252); }

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