#745793

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

Shades of Studio #745793

Tints of Studio #745793

Color information

#745793 (or 0x745793) is unknown color: approx Studio. HEX triplet: 74, 57 and 93. RGB value is (116,87,147). Sum of RGB (Red+Green+Blue) = 116+87+147=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #745793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745793 is #8BA86C. Grayscale: #666666. Windows color (decimal): -9152621 or 9656180. OLE color: 9656180.

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

Color convert

RGB11687147-
CMYK0.210.4100.42
HSL269º25.64%45.88%-
HSV(B)269º40.82%57.65%-
XYZ15.8812.6429.21-
YUV102.51153.11137.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 147 (57.81% from 255) = 42%
R=33.14%
G=24.86%
B=42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116871470.210.4100.4226925.6445.88
Hex745793152902A10d1a2e
Octal16412722325510524153256
Binary111010010101111001001110101101001010101010000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745793; }

 p { color: rgb(116,87,147); }

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

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

 a { background-color: rgb(116,87,147); }

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

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

 span { border-color: rgb(116,87,147); }

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