#725FC6

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

Shades of Slate Blue #725FC6

Tints of Slate Blue #725FC6

Color information

#725FC6 (or 0x725FC6) is unknown color: approx Slate Blue. HEX triplet: 72, 5F and C6. RGB value is (114,95,198). Sum of RGB (Red+Green+Blue) = 114+95+198=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #725FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FC6 is #8DA039. Grayscale: #707070. Windows color (decimal): -9281594 or 13000562. OLE color: 13000562.

HSL color Cylindrical-coordinate representation of color #725FC6: hue angle of 251.07º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #725FC6 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11495198-
CMYK0.420.5200.22
HSL251.07º47.47%57.45%-
HSV(B)251.07º52.02%77.65%-
XYZ21.2215.8455.36-
YUV112.42176.29129.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=28.01%
G=23.34%
B=48.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114951980.420.5200.22251.0747.4757.45
Hex725FC62A34016fb2f39
Octal16213730652640263735771
Binary111001010111111100011010101011010001011011111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,198); }

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

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

 a { background-color: rgb(114,95,198); }

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

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

 span { border-color: rgb(114,95,198); }

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