#8254FE

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

Shades of Medium Slate Blue #8254FE

Tints of Medium Slate Blue #8254FE

Color information

#8254FE (or 0x8254FE) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 54 and FE. RGB value is (130,84,254). Sum of RGB (Red+Green+Blue) = 130+84+254=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #8254FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8254FE is #7DAB01. Grayscale: #747474. Windows color (decimal): -8235778 or 16667778. OLE color: 16667778.

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

Color convert

RGB13084254-
CMYK0.490.6700.00
HSL256.24º98.84%66.27%-
HSV(B)256.24º66.93%99.61%-
XYZ30.2718.2495.69-
YUV117.13205.24137.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 84 (33.20% from 255) = 17.95%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=27.78%
G=17.95%
B=54.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal130842540.490.6700.00256.2498.8466.27
Hex8254FE3143001006342
Octal2021243766110300400143102
Binary1000001010101001111111011000110000110010000000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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