#7B5CAA

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

Shades of Studio #7B5CAA

Tints of Studio #7B5CAA

Color information

#7B5CAA (or 0x7B5CAA) is unknown color: approx Studio. HEX triplet: 7B, 5C and AA. RGB value is (123,92,170). Sum of RGB (Red+Green+Blue) = 123+92+170=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CAA is #84A355. Grayscale: #6D6D6D. Windows color (decimal): -8692566 or 11164795. OLE color: 11164795.

HSL color Cylindrical-coordinate representation of color #7B5CAA: hue angle of 263.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B5CAA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12392170-
CMYK0.280.4600.33
HSL263.85º31.45%51.37%-
HSV(B)263.85º45.88%66.67%-
XYZ19.2514.7739.87-
YUV110.16161.77137.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=31.95%
G=23.90%
B=44.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123921700.280.4600.33263.8531.4551.37
Hex7B5CAA1C2E0211081f33
Octal17313425234560414103763
Binary111101110111001010101011100101110010000110000100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,92,170); }

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

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

 a { background-color: rgb(123,92,170); }

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

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

 span { border-color: rgb(123,92,170); }

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