#755495

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

Shades of Studio #755495

Tints of Studio #755495

Color information

#755495 (or 0x755495) is unknown color: approx Studio. HEX triplet: 75, 54 and 95. RGB value is (117,84,149). Sum of RGB (Red+Green+Blue) = 117+84+149=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #755495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755495 is #8AAB6A. Grayscale: #656565. Windows color (decimal): -9087851 or 9786485. OLE color: 9786485.

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

Color convert

RGB11784149-
CMYK0.210.4400.42
HSL270.46º27.9%45.69%-
HSV(B)270.46º43.62%58.43%-
XYZ15.9312.2929.97-
YUV101.28154.93139.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=33.43%
G=24%
B=42.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117841490.210.4400.42270.4627.945.69
Hex755495152C02A10e1c2e
Octal16512422525540524163456
Binary111010110101001001010110101101100010101010000111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755495; }

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

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

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

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

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

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

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

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