#755B9C

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

Shades of Studio #755B9C

Tints of Studio #755B9C

Color information

#755B9C (or 0x755B9C) is unknown color: approx Studio. HEX triplet: 75, 5B and 9C. RGB value is (117,91,156). Sum of RGB (Red+Green+Blue) = 117+91+156=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #755B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B9C is #8AA463. Grayscale: #696969. Windows color (decimal): -9086052 or 10247029. OLE color: 10247029.

HSL color Cylindrical-coordinate representation of color #755B9C: hue angle of 264º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755B9C is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11791156-
CMYK0.250.4200.39
HSL264º26.32%48.43%-
HSV(B)264º41.67%61.18%-
XYZ17.0813.6633.19-
YUV106.18156.11135.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=32.14%
G=25%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117911560.250.4200.3926426.3248.43
Hex755B9C192A0271081a30
Octal16513323431520474103260
Binary111010110110111001110011001101010010011110000100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B9C; }

 p { color: rgb(117,91,156); }

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

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

 a { background-color: rgb(117,91,156); }

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

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

 span { border-color: rgb(117,91,156); }

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