#755096

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

Shades of Studio #755096

Tints of Studio #755096

Color information

#755096 (or 0x755096) is unknown color: approx Studio. HEX triplet: 75, 50 and 96. RGB value is (117,80,150). Sum of RGB (Red+Green+Blue) = 117+80+150=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #755096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755096 is #8AAF69. Grayscale: #626262. Windows color (decimal): -9088874 or 9850997. OLE color: 9850997.

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

Color convert

RGB11780150-
CMYK0.220.4700.41
HSL271.71º30.43%45.1%-
HSV(B)271.71º46.67%58.82%-
XYZ15.7111.7230.29-
YUV99.04156.76140.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=33.72%
G=23.05%
B=43.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117801500.220.4700.41271.7130.4345.1
Hex755096162F0291101e2d
Octal16512022626570514203655
Binary111010110100001001011010110101111010100110001000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755096; }

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

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

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

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

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

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

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

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