#7F499E

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

Shades of Studio #7F499E

Tints of Studio #7F499E

Color information

#7F499E (or 0x7F499E) is unknown color: approx Studio. HEX triplet: 7F, 49 and 9E. RGB value is (127,73,158). Sum of RGB (Red+Green+Blue) = 127+73+158=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F499E is #80B661. Grayscale: #626262. Windows color (decimal): -8435298 or 10373503. OLE color: 10373503.

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

Color convert

RGB12773158-
CMYK0.200.5400.38
HSL278.12º36.8%45.29%-
HSV(B)278.12º53.8%61.96%-
XYZ17.3111.7533.7-
YUV98.84161.39148.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=35.47%
G=20.39%
B=44.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127731580.200.5400.38278.1236.845.29
Hex7F499E1436026116252d
Octal17711123624660464264555
Binary1111111100100110011110101001101100100110100010110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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