#725BC9

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

Shades of Slate Blue #725BC9

Tints of Slate Blue #725BC9

Color information

#725BC9 (or 0x725BC9) is unknown color: approx Slate Blue. HEX triplet: 72, 5B and C9. RGB value is (114,91,201). Sum of RGB (Red+Green+Blue) = 114+91+201=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #725BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BC9 is #8DA436. Grayscale: #6D6D6D. Windows color (decimal): -9282615 or 13196146. OLE color: 13196146.

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

Color convert

RGB11491201-
CMYK0.430.5500.21
HSL252.55º50.46%57.25%-
HSV(B)252.55º54.73%78.82%-
XYZ21.2215.2857.09-
YUV110.42179.12130.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 201 (78.91% from 255) = 49.51%
R=28.08%
G=22.41%
B=49.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114912010.430.5500.21252.5550.4657.25
Hex725BC92B37015fd3239
Octal16213331153670253756271
Binary111001010110111100100110101111011101010111111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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