#755A96

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

Shades of Studio #755A96

Tints of Studio #755A96

Color information

#755A96 (or 0x755A96) is unknown color: approx Studio. HEX triplet: 75, 5A and 96. RGB value is (117,90,150). Sum of RGB (Red+Green+Blue) = 117+90+150=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #755A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A96 is #8AA569. Grayscale: #686868. Windows color (decimal): -9086314 or 9853557. OLE color: 9853557.

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

Color convert

RGB11790150-
CMYK0.220.400.41
HSL267º25%47.06%-
HSV(B)267º40%58.82%-
XYZ16.513.330.55-
YUV104.91153.45136.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=32.77%
G=25.21%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117901500.220.400.412672547.06
Hex755A96162802910b192f
Octal16513222626500514133157
Binary111010110110101001011010110101000010100110000101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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