#7F489E

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

Shades of Studio #7F489E

Tints of Studio #7F489E

Color information

#7F489E (or 0x7F489E) is unknown color: approx Studio. HEX triplet: 7F, 48 and 9E. RGB value is (127,72,158). Sum of RGB (Red+Green+Blue) = 127+72+158=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F489E is #80B761. Grayscale: #616161. Windows color (decimal): -8435554 or 10373247. OLE color: 10373247.

HSL color Cylindrical-coordinate representation of color #7F489E: hue angle of 278.37º 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 #7F489E is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12772158-
CMYK0.200.5400.38
HSL278.37º37.39%45.1%-
HSV(B)278.37º54.43%61.96%-
XYZ17.2411.6233.68-
YUV98.25161.72148.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=35.57%
G=20.17%
B=44.26%

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
Decimal127721580.200.5400.38278.3737.3945.1
Hex7F489E1436026116252d
Octal17711023624660464264555
Binary1111111100100010011110101001101100100110100010110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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