#755A9E

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

Shades of Studio #755A9E

Tints of Studio #755A9E

Color information

#755A9E (or 0x755A9E) is unknown color: approx Studio. HEX triplet: 75, 5A and 9E. RGB value is (117,90,158). Sum of RGB (Red+Green+Blue) = 117+90+158=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #755A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A9E is #8AA561. Grayscale: #696969. Windows color (decimal): -9086306 or 10377845. OLE color: 10377845.

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

Color convert

RGB11790158-
CMYK0.260.4300.38
HSL263.82º27.42%48.63%-
HSV(B)263.82º43.04%61.96%-
XYZ17.1613.5634.06-
YUV105.82157.45135.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=32.05%
G=24.66%
B=43.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117901580.260.4300.38263.8227.4248.63
Hex755A9E1A2B0261081b31
Octal16513223632530464103361
Binary111010110110101001111011010101011010011010000100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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