#745A9E

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

Shades of Studio #745A9E

Tints of Studio #745A9E

Color information

#745A9E (or 0x745A9E) is unknown color: approx Studio. HEX triplet: 74, 5A and 9E. RGB value is (116,90,158). Sum of RGB (Red+Green+Blue) = 116+90+158=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #745A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745A9E is #8BA561. Grayscale: #696969. Windows color (decimal): -9151842 or 10377844. OLE color: 10377844.

HSL color Cylindrical-coordinate representation of color #745A9E: hue angle of 262.94º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745A9E is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11690158-
CMYK0.270.4300.38
HSL262.94º27.42%48.63%-
HSV(B)262.94º43.04%61.96%-
XYZ17.0313.4934.05-
YUV105.53157.61135.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=31.87%
G=24.73%
B=43.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116901580.270.4300.38262.9427.4248.63
Hex745A9E1B2B0261071b31
Octal16413223633530464073361
Binary111010010110101001111011011101011010011010000011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745A9E; }

 p { color: rgb(116,90,158); }

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

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

 a { background-color: rgb(116,90,158); }

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

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

 span { border-color: rgb(116,90,158); }

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