#725BD5

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

Shades of Slate Blue #725BD5

Tints of Slate Blue #725BD5

Color information

#725BD5 (or 0x725BD5) is unknown color: approx Slate Blue. HEX triplet: 72, 5B and D5. RGB value is (114,91,213). Sum of RGB (Red+Green+Blue) = 114+91+213=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #725BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BD5 is #8DA42A. Grayscale: #6F6F6F. Windows color (decimal): -9282603 or 13982578. OLE color: 13982578.

HSL color Cylindrical-coordinate representation of color #725BD5: hue angle of 251.31º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725BD5 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11491213-
CMYK0.460.5700.16
HSL251.31º59.22%59.61%-
HSV(B)251.31º57.28%83.53%-
XYZ22.6915.8664.82-
YUV111.78185.12129.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 213 (83.59% from 255) = 50.96%
R=27.27%
G=21.77%
B=50.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114912130.460.5700.16251.3159.2259.61
Hex725BD52E39010fb3b3c
Octal16213332556710203737374
Binary111001010110111101010110111011100101000011111011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,91,213); }

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

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

 a { background-color: rgb(114,91,213); }

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

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

 span { border-color: rgb(114,91,213); }

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