#7F559B

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

Shades of Studio #7F559B

Tints of Studio #7F559B

Color information

#7F559B (or 0x7F559B) is unknown color: approx Studio. HEX triplet: 7F, 55 and 9B. RGB value is (127,85,155). Sum of RGB (Red+Green+Blue) = 127+85+155=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559B is #80AA64. Grayscale: #696969. Windows color (decimal): -8432229 or 10179967. OLE color: 10179967.

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

Color convert

RGB12785155-
CMYK0.180.4500.39
HSL276º29.17%47.06%-
HSV(B)276º45.16%60.78%-
XYZ17.9213.3832.65-
YUV105.54155.91143.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=34.60%
G=23.16%
B=42.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127851550.180.4500.3927629.1747.06
Hex7F559B122D0271141d2f
Octal17712523322550474243557
Binary111111110101011001101110010101101010011110001010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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