#725ACA

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

Shades of Slate Blue #725ACA

Tints of Slate Blue #725ACA

Color information

#725ACA (or 0x725ACA) is unknown color: approx Slate Blue. HEX triplet: 72, 5A and CA. RGB value is (114,90,202). Sum of RGB (Red+Green+Blue) = 114+90+202=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #725ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ACA is #8DA535. Grayscale: #6D6D6D. Windows color (decimal): -9282870 or 13261426. OLE color: 13261426.

HSL color Cylindrical-coordinate representation of color #725ACA: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725ACA is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11490202-
CMYK0.440.5500.21
HSL252.86º51.38%57.25%-
HSV(B)252.86º55.45%79.22%-
XYZ21.2615.1557.68-
YUV109.94179.95130.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=28.08%
G=22.17%
B=49.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114902020.440.5500.21252.8651.3857.25
Hex725ACA2C37015fd3339
Octal16213231254670253756371
Binary111001010110101100101010110011011101010111111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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