#7F509E

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

Shades of Studio #7F509E

Tints of Studio #7F509E

Color information

#7F509E (or 0x7F509E) is unknown color: approx Studio. HEX triplet: 7F, 50 and 9E. RGB value is (127,80,158). Sum of RGB (Red+Green+Blue) = 127+80+158=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 80 (31.64% from 255 or 21.92% 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 #7F509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F509E is #80AF61. Grayscale: #666666. Windows color (decimal): -8433506 or 10375295. OLE color: 10375295.

HSL color Cylindrical-coordinate representation of color #7F509E: hue angle of 276.15º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F509E is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12780158-
CMYK0.200.4900.38
HSL276.15º32.77%46.67%-
HSV(B)276.15º49.37%61.96%-
XYZ17.7912.7233.86-
YUV102.94159.07145.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.79%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=34.79%
G=21.92%
B=43.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127801580.200.4900.38276.1532.7746.67
Hex7F509E1431026114212f
Octal17712023624610464244157
Binary1111111101000010011110101001100010100110100010100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F509E; }

 p { color: rgb(127,80,158); }

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

<style>
 a { background-color: #7F509E; }

 a { background-color: rgb(127,80,158); }

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

<style>
 span { border-color: #7F509E; }

 span { border-color: rgb(127,80,158); }

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