#725CC8

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

Shades of Slate Blue #725CC8

Tints of Slate Blue #725CC8

Color information

#725CC8 (or 0x725CC8) is unknown color: approx Slate Blue. HEX triplet: 72, 5C and C8. RGB value is (114,92,200). Sum of RGB (Red+Green+Blue) = 114+92+200=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #725CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CC8 is #8DA337. Grayscale: #6E6E6E. Windows color (decimal): -9282360 or 13130866. OLE color: 13130866.

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

Color convert

RGB11492200-
CMYK0.430.5400.22
HSL252.22º49.54%57.25%-
HSV(B)252.22º54%78.43%-
XYZ21.1915.456.5-
YUV110.89178.29130.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 200 (78.52% from 255) = 49.26%
R=28.08%
G=22.66%
B=49.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114922000.430.5400.22252.2249.5457.25
Hex725CC82B36016fc3239
Octal16213431053660263746271
Binary111001010111001100100010101111011001011011111100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,200); }

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

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

 a { background-color: rgb(114,92,200); }

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

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

 span { border-color: rgb(114,92,200); }

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