#7F529A

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

Shades of Studio #7F529A

Tints of Studio #7F529A

Color information

#7F529A (or 0x7F529A) is unknown color: approx Studio. HEX triplet: 7F, 52 and 9A. RGB value is (127,82,154). Sum of RGB (Red+Green+Blue) = 127+82+154=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F529A is #80AD65. Grayscale: #676767. Windows color (decimal): -8432998 or 10113663. OLE color: 10113663.

HSL color Cylindrical-coordinate representation of color #7F529A: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F529A is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12782154-
CMYK0.180.4700.40
HSL277.5º30.51%46.27%-
HSV(B)277.5º46.75%60.39%-
XYZ17.612.8832.13-
YUV103.66156.41144.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.99%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=34.99%
G=22.59%
B=42.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127821540.180.4700.40277.530.5146.27
Hex7F529A122F0281161f2e
Octal17712223222570504263756
Binary111111110100101001101010010101111010100010001011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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