#725AC8

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

Shades of Slate Blue #725AC8

Tints of Slate Blue #725AC8

Color information

#725AC8 (or 0x725AC8) is unknown color: approx Slate Blue. HEX triplet: 72, 5A and C8. RGB value is (114,90,200). Sum of RGB (Red+Green+Blue) = 114+90+200=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #725AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AC8 is #8DA537. Grayscale: #6D6D6D. Windows color (decimal): -9282872 or 13130354. OLE color: 13130354.

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

Color convert

RGB11490200-
CMYK0.430.5500.22
HSL253.09º50%56.86%-
HSV(B)253.09º55%78.43%-
XYZ21.0215.0656.44-
YUV109.72178.95131.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 200 (78.52% from 255) = 49.50%
R=28.22%
G=22.28%
B=49.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114902000.430.5500.22253.095056.86
Hex725AC82B37016fd3239
Octal16213231053670263756271
Binary111001010110101100100010101111011101011011111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,90,200); }

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

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

 a { background-color: rgb(114,90,200); }

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

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

 span { border-color: rgb(114,90,200); }

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