#75509F

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

Shades of Studio #75509F

Tints of Studio #75509F

Color information

#75509F (or 0x75509F) is unknown color: approx Studio. HEX triplet: 75, 50 and 9F. RGB value is (117,80,159). Sum of RGB (Red+Green+Blue) = 117+80+159=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #75509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75509F is #8AAF60. Grayscale: #636363. Windows color (decimal): -9088865 or 10440821. OLE color: 10440821.

HSL color Cylindrical-coordinate representation of color #75509F: hue angle of 268.1º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75509F is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11780159-
CMYK0.260.5000.38
HSL268.1º33.05%46.86%-
HSV(B)268.1º49.69%62.35%-
XYZ16.4612.0234.25-
YUV100.07161.26140.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=32.87%
G=22.47%
B=44.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117801590.260.5000.38268.133.0546.86
Hex75509F1A3202610c212f
Octal16512023732620464144157
Binary1110101101000010011111110101100100100110100001100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75509F; }

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

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

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

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

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

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

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

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