#8258E5

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

Shades of Medium Slate Blue #8258E5

Tints of Medium Slate Blue #8258E5

Color information

#8258E5 (or 0x8258E5) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 58 and E5. RGB value is (130,88,229). Sum of RGB (Red+Green+Blue) = 130+88+229=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #8258E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258E5 is #7DA71A. Grayscale: #747474. Windows color (decimal): -8234779 or 15030402. OLE color: 15030402.

HSL color Cylindrical-coordinate representation of color #8258E5: hue angle of 257.87º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8258E5 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13088229-
CMYK0.430.6200.10
HSL257.87º73.06%62.16%-
HSV(B)257.87º61.57%89.8%-
XYZ26.8417.3876.07-
YUV116.63191.41137.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 229 (89.84% from 255) = 51.23%
R=29.08%
G=19.69%
B=51.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal130882290.430.6200.10257.8773.0662.16
Hex8258E52B3E0A102493e
Octal202130345537601240211176
Binary10000010101100011100101101011111110010101000000101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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