#8258FC

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

Shades of Medium Slate Blue #8258FC

Tints of Medium Slate Blue #8258FC

Color information

#8258FC (or 0x8258FC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 58 and FC. RGB value is (130,88,252). Sum of RGB (Red+Green+Blue) = 130+88+252=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #8258FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258FC is #7DA703. Grayscale: #767676. Windows color (decimal): -8234756 or 16537730. OLE color: 16537730.

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

Color convert

RGB13088252-
CMYK0.480.6500.01
HSL255.37º96.47%66.67%-
HSV(B)255.37º65.08%98.82%-
XYZ30.2718.7594.12-
YUV119.25202.91135.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 88 (34.77% from 255) = 18.72%
BLUE value IS 252 (98.83% from 255) = 53.62%
R=27.66%
G=18.72%
B=53.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal130882520.480.6500.01255.3796.4766.67
Hex8258FC304101ff6043
Octal2021303746010101377140103
Binary100000101011000111111001100001000001011111111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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