#7F529F

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

Shades of Studio #7F529F

Tints of Studio #7F529F

Color information

#7F529F (or 0x7F529F) is unknown color: approx Studio. HEX triplet: 7F, 52 and 9F. RGB value is (127,82,159). Sum of RGB (Red+Green+Blue) = 127+82+159=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F529F is #80AD60. Grayscale: #676767. Windows color (decimal): -8432993 or 10441343. OLE color: 10441343.

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

Color convert

RGB12782159-
CMYK0.200.4800.38
HSL275.06º31.95%47.25%-
HSV(B)275.06º48.43%62.35%-
XYZ18.0313.0534.37-
YUV104.23158.91144.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.51%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=34.51%
G=22.28%
B=43.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127821590.200.4800.38275.0631.9547.25
Hex7F529F1430026113202f
Octal17712223724600464234057
Binary1111111101001010011111101001100000100110100010011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,82,159); }

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

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

 a { background-color: rgb(127,82,159); }

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

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

 span { border-color: rgb(127,82,159); }

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