#735092

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

Shades of Studio #735092

Tints of Studio #735092

Color information

#735092 (or 0x735092) is unknown color: approx Studio. HEX triplet: 73, 50 and 92. RGB value is (115,80,146). Sum of RGB (Red+Green+Blue) = 115+80+146=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #735092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735092 is #8CAF6D. Grayscale: #616161. Windows color (decimal): -9219950 or 9588851. OLE color: 9588851.

HSL color Cylindrical-coordinate representation of color #735092: hue angle of 271.82º 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 #735092 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11580146-
CMYK0.210.4500.43
HSL271.82º29.2%44.31%-
HSV(B)271.82º45.21%57.25%-
XYZ15.1311.4628.61-
YUV97.99155.1140.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=33.72%
G=23.46%
B=42.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115801460.210.4500.43271.8229.244.31
Hex735092152D02B1101d2c
Octal16312022225550534203554
Binary111001110100001001001010101101101010101110001000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735092; }

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

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

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

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

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

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

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

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