#725eca

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

Shades of Slate Blue #725ECA

Tints of Slate Blue #725ECA

Color information

#725ECA (or 0x725ECA) is unknown color: approx Slate Blue. HEX triplet: 72, 5E and CA. RGB value is (114,94,202). Sum of RGB (Red+Green+Blue) = 114+94+202=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #725ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ECA is #8DA135. Grayscale: #6F6F6F. Windows color (decimal): -9281846 or 13262450. OLE color: 13262450.

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

Color convert

RGB11494202-
CMYK0.440.5300.21
HSL251.11º50.47%58.04%-
HSV(B)251.11º53.47%79.22%-
XYZ21.615.8557.8-
YUV112.29178.63129.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=27.80%
G=22.93%
B=49.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114942020.440.5300.21251.1150.4758.04
Hex725ECA2C35015fb323a
Octal16213631254650253736272
Binary111001010111101100101010110011010101010111111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725eca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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