#725092

Color #725092 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #725092

Tints of Studio #725092

Color information

#725092 (or 0x725092) is unknown color: approx Studio. HEX triplet: 72, 50 and 92. RGB value is (114,80,146). Sum of RGB (Red+Green+Blue) = 114+80+146=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #725092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725092 is #8DAF6D. Grayscale: #616161. Windows color (decimal): -9285486 or 9588850. OLE color: 9588850.

HSL color Cylindrical-coordinate representation of color #725092: hue angle of 270.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725092 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11480146-
CMYK0.220.4500.43
HSL270.91º29.2%44.31%-
HSV(B)270.91º45.21%57.25%-
XYZ1511.3928.6-
YUV97.69155.26139.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=33.53%
G=23.53%
B=42.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114801460.220.4500.43270.9129.244.31
Hex725092162D02B10f1d2c
Octal16212022226550534173554
Binary111001010100001001001010110101101010101110000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725092; }

 p { color: rgb(114,80,146); }

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

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

 a { background-color: rgb(114,80,146); }

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

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

 span { border-color: rgb(114,80,146); }

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