#7F499B

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

Shades of Studio #7F499B

Tints of Studio #7F499B

Color information

#7F499B (or 0x7F499B) is unknown color: approx Studio. HEX triplet: 7F, 49 and 9B. RGB value is (127,73,155). Sum of RGB (Red+Green+Blue) = 127+73+155=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F499B is #80B664. Grayscale: #626262. Windows color (decimal): -8435301 or 10176895. OLE color: 10176895.

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

Color convert

RGB12773155-
CMYK0.180.5300.39
HSL279.51º35.96%44.71%-
HSV(B)279.51º52.9%60.78%-
XYZ17.0511.6432.36-
YUV98.49159.89148.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.77%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=35.77%
G=20.56%
B=43.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127731550.180.5300.39279.5135.9644.71
Hex7F499B1235027118242d
Octal17711123322650474304455
Binary1111111100100110011011100101101010100111100011000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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