#7258E6

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

Shades of Medium Slate Blue #7258E6

Tints of Medium Slate Blue #7258E6

Color information

#7258E6 (or 0x7258E6) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 58 and E6. RGB value is (114,88,230). Sum of RGB (Red+Green+Blue) = 114+88+230=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #7258E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7258E6 is #8DA719. Grayscale: #6F6F6F. Windows color (decimal): -9283354 or 15095922. OLE color: 15095922.

HSL color Cylindrical-coordinate representation of color #7258E6: hue angle of 250.99º degrees, saturation: 0.74, 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 #7258E6 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11488230-
CMYK0.500.6200.10
HSL250.99º73.96%62.35%-
HSV(B)250.99º61.74%90.2%-
XYZ24.7116.2776.7-
YUV111.96194.61129.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 230 (90.23% from 255) = 53.24%
R=26.39%
G=20.37%
B=53.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal114882300.500.6200.10250.9973.9662.35
Hex7258E6323E0Afb4a3e
Octal162130346627601237311276
Binary111001010110001110011011001011111001010111110111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7258E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7258E6; }

 p { color: rgb(114,88,230); }

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

<style>
 a { background-color: #7258E6; }

 a { background-color: rgb(114,88,230); }

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

<style>
 span { border-color: #7258E6; }

 span { border-color: rgb(114,88,230); }

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