#8258F3

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

Shades of Medium Slate Blue #8258F3

Tints of Medium Slate Blue #8258F3

Color information

#8258F3 (or 0x8258F3) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 58 and F3. RGB value is (130,88,243). Sum of RGB (Red+Green+Blue) = 130+88+243=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #8258F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258F3 is #7DA70C. Grayscale: #757575. Windows color (decimal): -8234765 or 15947906. OLE color: 15947906.

HSL color Cylindrical-coordinate representation of color #8258F3: hue angle of 256.26º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8258F3 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13088243-
CMYK0.470.6400.05
HSL256.26º86.59%64.9%-
HSV(B)256.26º63.79%95.29%-
XYZ28.8718.286.78-
YUV118.23198.41136.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 243 (95.31% from 255) = 52.71%
R=28.20%
G=19.09%
B=52.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130882430.470.6400.05256.2686.5964.9
Hex8258F32F40051005741
Octal2021303635710005400127101
Binary100000101011000111100111011111000000010110000000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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