#7B5CAC

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

Shades of Studio #7B5CAC

Tints of Studio #7B5CAC

Color information

#7B5CAC (or 0x7B5CAC) is unknown color: approx Studio. HEX triplet: 7B, 5C and AC. RGB value is (123,92,172). Sum of RGB (Red+Green+Blue) = 123+92+172=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CAC is #84A353. Grayscale: #6E6E6E. Windows color (decimal): -8692564 or 11295867. OLE color: 11295867.

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

Color convert

RGB12392172-
CMYK0.280.4700.33
HSL263.25º32.52%51.76%-
HSV(B)263.25º46.51%67.45%-
XYZ19.4414.8440.87-
YUV110.39162.77137-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=31.78%
G=23.77%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123921720.280.4700.33263.2532.5251.76
Hex7B5CAC1C2F0211072134
Octal17313425434570414074164
Binary1111011101110010101100111001011110100001100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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