#755A9D

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

Shades of Studio #755A9D

Tints of Studio #755A9D

Color information

#755A9D (or 0x755A9D) is unknown color: approx Studio. HEX triplet: 75, 5A and 9D. RGB value is (117,90,157). Sum of RGB (Red+Green+Blue) = 117+90+157=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #755A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A9D is #8AA562. Grayscale: #696969. Windows color (decimal): -9086307 or 10312309. OLE color: 10312309.

HSL color Cylindrical-coordinate representation of color #755A9D: hue angle of 264.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755A9D is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11790157-
CMYK0.250.4300.38
HSL264.18º27.13%48.43%-
HSV(B)264.18º42.68%61.57%-
XYZ17.0813.5333.61-
YUV105.71156.95136.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=32.14%
G=24.73%
B=43.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117901570.250.4300.38264.1827.1348.43
Hex755A9D192B0261081b30
Octal16513223531530464103360
Binary111010110110101001110111001101011010011010000100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,90,157); }

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

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

 a { background-color: rgb(117,90,157); }

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

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

 span { border-color: rgb(117,90,157); }

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