#7F529B

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

Shades of Studio #7F529B

Tints of Studio #7F529B

Color information

#7F529B (or 0x7F529B) is unknown color: approx Studio. HEX triplet: 7F, 52 and 9B. RGB value is (127,82,155). Sum of RGB (Red+Green+Blue) = 127+82+155=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F529B is #80AD64. Grayscale: #676767. Windows color (decimal): -8432997 or 10179199. OLE color: 10179199.

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

Color convert

RGB12782155-
CMYK0.180.4700.39
HSL276.99º30.8%46.47%-
HSV(B)276.99º47.1%60.78%-
XYZ17.6912.9132.57-
YUV103.78156.91144.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=34.89%
G=22.53%
B=42.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127821550.180.4700.39276.9930.846.47
Hex7F529B122F0271151f2e
Octal17712223322570474253756
Binary111111110100101001101110010101111010011110001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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