#7F6099

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

Shades of Studio #7F6099

Tints of Studio #7F6099

Color information

#7F6099 (or 0x7F6099) is unknown color: approx Studio. HEX triplet: 7F, 60 and 99. RGB value is (127,96,153). Sum of RGB (Red+Green+Blue) = 127+96+153=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F6099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6099 is #809F66. Grayscale: #6F6F6F. Windows color (decimal): -8429415 or 10051711. OLE color: 10051711.

HSL color Cylindrical-coordinate representation of color #7F6099: hue angle of 272.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F6099 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12796153-
CMYK0.170.3700.4
HSL272.63º22.89%48.82%-
HSV(B)272.63º37.25%60%-
XYZ18.6915.1832.08-
YUV111.77151.27138.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.78%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=33.78%
G=25.53%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127961530.170.3700.4272.6322.8948.82
Hex7F609911250281111731
Octal17714023121450504212761
Binary111111111000001001100110001100101010100010001000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,153); }

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

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

 a { background-color: rgb(127,96,153); }

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

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

 span { border-color: rgb(127,96,153); }

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