#725DFA

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

Shades of Medium Slate Blue #725DFA

Tints of Medium Slate Blue #725DFA

Color information

#725DFA (or 0x725DFA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5D and FA. RGB value is (114,93,250). Sum of RGB (Red+Green+Blue) = 114+93+250=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #725DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725DFA is #8DA205. Grayscale: #747474. Windows color (decimal): -9282054 or 16407922. OLE color: 16407922.

HSL color Cylindrical-coordinate representation of color #725DFA: hue angle of 248.03º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #725DFA is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11493250-
CMYK0.540.6300.02
HSL248.03º94.01%67.25%-
HSV(B)248.03º62.8%98.04%-
XYZ28.1118.3192.49-
YUV117.18202.96125.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=24.95%
G=20.35%
B=54.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal114932500.540.6300.02248.0394.0167.25
Hex725DFA363F02f85e43
Octal162135372667702370136103
Binary11100101011101111110101101101111110101111100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725DFA; }

 p { color: rgb(114,93,250); }

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

<style>
 a { background-color: #725DFA; }

 a { background-color: rgb(114,93,250); }

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

<style>
 span { border-color: #725DFA; }

 span { border-color: rgb(114,93,250); }

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