#755996

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

Shades of Studio #755996

Tints of Studio #755996

Color information

#755996 (or 0x755996) is unknown color: approx Studio. HEX triplet: 75, 59 and 96. RGB value is (117,89,150). Sum of RGB (Red+Green+Blue) = 117+89+150=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #755996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755996 is #8AA669. Grayscale: #686868. Windows color (decimal): -9086570 or 9853301. OLE color: 9853301.

HSL color Cylindrical-coordinate representation of color #755996: hue angle of 267.54º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755996 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11789150-
CMYK0.220.4100.41
HSL267.54º25.52%46.86%-
HSV(B)267.54º40.67%58.82%-
XYZ16.4113.1330.52-
YUV104.33153.78137.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=32.87%
G=25%
B=42.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117891500.220.4100.41267.5425.5246.86
Hex755996162902910c1a2f
Octal16513122626510514143257
Binary111010110110011001011010110101001010100110000110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755996; }

 p { color: rgb(117,89,150); }

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

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

 a { background-color: rgb(117,89,150); }

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

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

 span { border-color: rgb(117,89,150); }

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