#7F5499

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

Shades of Studio #7F5499

Tints of Studio #7F5499

Color information

#7F5499 (or 0x7F5499) is unknown color: approx Studio. HEX triplet: 7F, 54 and 99. RGB value is (127,84,153). Sum of RGB (Red+Green+Blue) = 127+84+153=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5499 is #80AB66. Grayscale: #686868. Windows color (decimal): -8432487 or 10048639. OLE color: 10048639.

HSL color Cylindrical-coordinate representation of color #7F5499: hue angle of 277.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F5499 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12784153-
CMYK0.170.4500.4
HSL277.39º29.11%46.47%-
HSV(B)277.39º45.1%60%-
XYZ17.6713.1531.74-
YUV104.72155.25143.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=34.89%
G=23.08%
B=42.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127841530.170.4500.4277.3929.1146.47
Hex7F5499112D0281151d2e
Octal17712423121550504253556
Binary111111110101001001100110001101101010100010001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,153); }

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

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

 a { background-color: rgb(127,84,153); }

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

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

 span { border-color: rgb(127,84,153); }

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