#725DCB

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

Shades of Slate Blue #725DCB

Tints of Slate Blue #725DCB

Color information

#725DCB (or 0x725DCB) is unknown color: approx Slate Blue. HEX triplet: 72, 5D and CB. RGB value is (114,93,203). Sum of RGB (Red+Green+Blue) = 114+93+203=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #725DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DCB is #8DA234. Grayscale: #6F6F6F. Windows color (decimal): -9282101 or 13327730. OLE color: 13327730.

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

Color convert

RGB11493203-
CMYK0.440.5400.20
HSL251.45º51.4%58.04%-
HSV(B)251.45º54.19%79.61%-
XYZ21.6315.7258.39-
YUV111.82179.46129.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=27.80%
G=22.68%
B=49.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114932030.440.5400.20251.4551.458.04
Hex725DCB2C36014fb333a
Octal16213531354660243736372
Binary111001010111011100101110110011011001010011111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,203); }

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

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

 a { background-color: rgb(114,93,203); }

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

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

 span { border-color: rgb(114,93,203); }

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