#7F489B

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

Shades of Studio #7F489B

Tints of Studio #7F489B

Color information

#7F489B (or 0x7F489B) is unknown color: approx Studio. HEX triplet: 7F, 48 and 9B. RGB value is (127,72,155). Sum of RGB (Red+Green+Blue) = 127+72+155=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F489B is #80B764. Grayscale: #616161. Windows color (decimal): -8435557 or 10176639. OLE color: 10176639.

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

Color convert

RGB12772155-
CMYK0.180.5400.39
HSL279.76º36.56%44.51%-
HSV(B)279.76º53.55%60.78%-
XYZ16.9911.5132.34-
YUV97.91160.22148.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=35.88%
G=20.34%
B=43.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127721550.180.5400.39279.7636.5644.51
Hex7F489B1236027118252d
Octal17711023322660474304555
Binary1111111100100010011011100101101100100111100011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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