#755494

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

Shades of Studio #755494

Tints of Studio #755494

Color information

#755494 (or 0x755494) is unknown color: approx Studio. HEX triplet: 75, 54 and 94. RGB value is (117,84,148). Sum of RGB (Red+Green+Blue) = 117+84+148=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #755494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755494 is #8AAB6B. Grayscale: #646464. Windows color (decimal): -9087852 or 9720949. OLE color: 9720949.

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

Color convert

RGB11784148-
CMYK0.210.4300.42
HSL270.94º27.59%45.49%-
HSV(B)270.94º43.24%58.04%-
XYZ15.8512.2629.55-
YUV101.16154.43139.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=33.52%
G=24.07%
B=42.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117841480.210.4300.42270.9427.5945.49
Hex755494152B02A10f1c2d
Octal16512422425530524173455
Binary111010110101001001010010101101011010101010000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755494; }

 p { color: rgb(117,84,148); }

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

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

 a { background-color: rgb(117,84,148); }

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

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

 span { border-color: rgb(117,84,148); }

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