#7F489A

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

Shades of Studio #7F489A

Tints of Studio #7F489A

Color information

#7F489A (or 0x7F489A) is unknown color: approx Studio. HEX triplet: 7F, 48 and 9A. RGB value is (127,72,154). Sum of RGB (Red+Green+Blue) = 127+72+154=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F489A is #80B765. Grayscale: #616161. Windows color (decimal): -8435558 or 10111103. OLE color: 10111103.

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

Color convert

RGB12772154-
CMYK0.180.5300.40
HSL280.24º36.28%44.31%-
HSV(B)280.24º53.25%60.39%-
XYZ16.911.4831.9-
YUV97.79159.72148.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=35.98%
G=20.40%
B=43.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127721540.180.5300.40280.2436.2844.31
Hex7F489A1235028118242c
Octal17711023222650504304454
Binary1111111100100010011010100101101010101000100011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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