#726AFB

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

Shades of Medium Slate Blue #726AFB

Tints of Medium Slate Blue #726AFB

Color information

#726AFB (or 0x726AFB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 6A and FB. RGB value is (114,106,251). Sum of RGB (Red+Green+Blue) = 114+106+251=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #726AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AFB is #8D9504. Grayscale: #7C7C7C. Windows color (decimal): -9278725 or 16476786. OLE color: 16476786.

HSL color Cylindrical-coordinate representation of color #726AFB: hue angle of 243.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #726AFB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114106251-
CMYK0.550.5800.02
HSL243.31º94.77%70%-
HSV(B)243.31º57.77%98.43%-
XYZ29.5120.8593.74-
YUV124.92199.15120.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=24.20%
G=22.51%
B=53.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141062510.550.5800.02243.3194.7770
Hex726AFB373A02f35f46
Octal162152373677202363137106
Binary11100101101010111110111101111110100101111001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,251); }

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

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

 a { background-color: rgb(114,106,251); }

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

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

 span { border-color: rgb(114,106,251); }

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