#7B469A

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

Shades of Studio #7B469A

Tints of Studio #7B469A

Color information

#7B469A (or 0x7B469A) is unknown color: approx Studio. HEX triplet: 7B, 46 and 9A. RGB value is (123,70,154). Sum of RGB (Red+Green+Blue) = 123+70+154=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B469A is #84B965. Grayscale: #5F5F5F. Windows color (decimal): -8698214 or 10110587. OLE color: 10110587.

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

Color convert

RGB12370154-
CMYK0.200.5500.40
HSL277.86º37.5%43.92%-
HSV(B)277.86º54.55%60.39%-
XYZ16.1910.9231.83-
YUV95.42161.06147.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=35.45%
G=20.17%
B=44.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal123701540.200.5500.40277.8637.543.92
Hex7B469A1437028116252c
Octal17310623224670504264554
Binary1111011100011010011010101001101110101000100010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,70,154); }

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

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

 a { background-color: rgb(123,70,154); }

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

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

 span { border-color: rgb(123,70,154); }

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