#725CCB

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

Shades of Slate Blue #725CCB

Tints of Slate Blue #725CCB

Color information

#725CCB (or 0x725CCB) is unknown color: approx Slate Blue. HEX triplet: 72, 5C and CB. RGB value is (114,92,203). Sum of RGB (Red+Green+Blue) = 114+92+203=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #725CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CCB is #8DA334. Grayscale: #6E6E6E. Windows color (decimal): -9282357 or 13327474. OLE color: 13327474.

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

Color convert

RGB11492203-
CMYK0.440.5500.20
HSL251.89º51.63%57.84%-
HSV(B)251.89º54.68%79.61%-
XYZ21.5515.5458.36-
YUV111.23179.79129.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=27.87%
G=22.49%
B=49.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114922030.440.5500.20251.8951.6357.84
Hex725CCB2C37014fc343a
Octal16213431354670243746472
Binary111001010111001100101110110011011101010011111100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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