#7B5799

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

Shades of Studio #7B5799

Tints of Studio #7B5799

Color information

#7B5799 (or 0x7B5799) is unknown color: approx Studio. HEX triplet: 7B, 57 and 99. RGB value is (123,87,153). Sum of RGB (Red+Green+Blue) = 123+87+153=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B5799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5799 is #84A866. Grayscale: #696969. Windows color (decimal): -8693863 or 10049403. OLE color: 10049403.

HSL color Cylindrical-coordinate representation of color #7B5799: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5799 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12387153-
CMYK0.200.4300.4
HSL272.73º27.5%47.06%-
HSV(B)272.73º43.14%60%-
XYZ17.3313.3331.8-
YUV105.29154.93140.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=33.88%
G=23.97%
B=42.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123871530.200.4300.4272.7327.547.06
Hex7B5799142B0281111b2f
Octal17312723124530504213357
Binary111101110101111001100110100101011010100010001000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,87,153); }

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

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

 a { background-color: rgb(123,87,153); }

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

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

 span { border-color: rgb(123,87,153); }

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