#725FCC

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

Shades of Slate Blue #725FCC

Tints of Slate Blue #725FCC

Color information

#725FCC (or 0x725FCC) is unknown color: approx Slate Blue. HEX triplet: 72, 5F and CC. RGB value is (114,95,204). Sum of RGB (Red+Green+Blue) = 114+95+204=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #725FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FCC is #8DA033. Grayscale: #707070. Windows color (decimal): -9281588 or 13393778. OLE color: 13393778.

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

Color convert

RGB11495204-
CMYK0.440.5300.2
HSL250.46º51.66%58.63%-
HSV(B)250.46º53.43%80%-
XYZ21.9316.1259.08-
YUV113.11179.29128.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=27.60%
G=23.00%
B=49.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114952040.440.5300.2250.4651.6658.63
Hex725FCC2C35014fa343b
Octal16213731454650243726473
Binary111001010111111100110010110011010101010011111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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