#725ACC

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

Shades of Slate Blue #725ACC

Tints of Slate Blue #725ACC

Color information

#725ACC (or 0x725ACC) is unknown color: approx Slate Blue. HEX triplet: 72, 5A and CC. RGB value is (114,90,204). Sum of RGB (Red+Green+Blue) = 114+90+204=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #725ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ACC is #8DA533. Grayscale: #6D6D6D. Windows color (decimal): -9282868 or 13392498. OLE color: 13392498.

HSL color Cylindrical-coordinate representation of color #725ACC: hue angle of 252.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725ACC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11490204-
CMYK0.440.5600.2
HSL252.63º52.78%57.65%-
HSV(B)252.63º55.88%80%-
XYZ21.4915.2558.94-
YUV110.17180.95130.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 204 (80.08% from 255) = 50%
R=27.94%
G=22.06%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114902040.440.5600.2252.6352.7857.65
Hex725ACC2C38014fd353a
Octal16213231454700243756572
Binary111001010110101100110010110011100001010011111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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