#726FFC

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

Shades of Medium Slate Blue #726FFC

Tints of Medium Slate Blue #726FFC

Color information

#726FFC (or 0x726FFC) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6F and FC. RGB value is (114,111,252). Sum of RGB (Red+Green+Blue) = 114+111+252=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #726FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FFC is #8D9003. Grayscale: #7F7F7F. Windows color (decimal): -9277444 or 16543602. OLE color: 16543602.

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

Color convert

RGB114111252-
CMYK0.550.5600.01
HSL241.28º95.92%71.18%-
HSV(B)241.28º55.95%98.82%-
XYZ30.1921.9794.75-
YUV127.97197.99118.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 252 (98.83% from 255) = 52.83%
R=23.90%
G=23.27%
B=52.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1141112520.550.5600.01241.2895.9271.18
Hex726FFC373801f16047
Octal162157374677001361140107
Binary1110010110111111111100110111111000011111000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726FFC; }

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

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

<style>
 a { background-color: #726FFC; }

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

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

<style>
 span { border-color: #726FFC; }

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

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