#725BFC

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

Shades of Medium Slate Blue #725BFC

Tints of Medium Slate Blue #725BFC

Color information

#725BFC (or 0x725BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 5B and FC. RGB value is (114,91,252). Sum of RGB (Red+Green+Blue) = 114+91+252=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #725BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BFC is #8DA403. Grayscale: #737373. Windows color (decimal): -9282564 or 16538482. OLE color: 16538482.

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

Color convert

RGB11491252-
CMYK0.550.6400.01
HSL248.57º96.41%67.25%-
HSV(B)248.57º63.89%98.82%-
XYZ28.2518.0994.1-
YUV116.23204.62126.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 252 (98.83% from 255) = 55.14%
R=24.95%
G=19.91%
B=55.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal114912520.550.6400.01248.5796.4167.25
Hex725BFC374001f96043
Octal1621333746710001371140103
Binary11100101011011111111001101111000000011111100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,252); }

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

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

 a { background-color: rgb(114,91,252); }

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

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

 span { border-color: rgb(114,91,252); }

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