#7B509F

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

Shades of Studio #7B509F

Tints of Studio #7B509F

Color information

#7B509F (or 0x7B509F) is unknown color: approx Studio. HEX triplet: 7B, 50 and 9F. RGB value is (123,80,159). Sum of RGB (Red+Green+Blue) = 123+80+159=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B509F is #84AF60. Grayscale: #656565. Windows color (decimal): -8695649 or 10440827. OLE color: 10440827.

HSL color Cylindrical-coordinate representation of color #7B509F: hue angle of 272.66º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B509F is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12380159-
CMYK0.230.5000.38
HSL272.66º33.05%46.86%-
HSV(B)272.66º49.69%62.35%-
XYZ17.312.4534.29-
YUV101.86160.25143.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.98%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=33.98%
G=22.10%
B=43.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123801590.230.5000.38272.6633.0546.86
Hex7B509F1732026111212f
Octal17312023727620464214157
Binary1111011101000010011111101111100100100110100010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,159); }

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

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

 a { background-color: rgb(123,80,159); }

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

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

 span { border-color: rgb(123,80,159); }

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