#735795

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

Shades of Studio #735795

Tints of Studio #735795

Color information

#735795 (or 0x735795) is unknown color: approx Studio. HEX triplet: 73, 57 and 95. RGB value is (115,87,149). Sum of RGB (Red+Green+Blue) = 115+87+149=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #735795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735795 is #8CA86A. Grayscale: #666666. Windows color (decimal): -9218155 or 9787251. OLE color: 9787251.

HSL color Cylindrical-coordinate representation of color #735795: hue angle of 267.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735795 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11587149-
CMYK0.230.4200.42
HSL267.1º26.27%46.27%-
HSV(B)267.1º41.61%58.43%-
XYZ15.912.6330.03-
YUV102.44154.28136.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=32.76%
G=24.79%
B=42.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115871490.230.4200.42267.126.2746.27
Hex735795172A02A10b1a2e
Octal16312722527520524133256
Binary111001110101111001010110111101010010101010000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735795; }

 p { color: rgb(115,87,149); }

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

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

 a { background-color: rgb(115,87,149); }

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

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

 span { border-color: rgb(115,87,149); }

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