#7B449B

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

Shades of Studio #7B449B

Tints of Studio #7B449B

Color information

#7B449B (or 0x7B449B) is unknown color: approx Studio. HEX triplet: 7B, 44 and 9B. RGB value is (123,68,155). Sum of RGB (Red+Green+Blue) = 123+68+155=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B449B is #84BB64. Grayscale: #5E5E5E. Windows color (decimal): -8698725 or 10175611. OLE color: 10175611.

HSL color Cylindrical-coordinate representation of color #7B449B: hue angle of 277.93º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B449B is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12368155-
CMYK0.210.5600.39
HSL277.93º39.01%43.73%-
HSV(B)277.93º56.13%60.78%-
XYZ16.1510.7132.23-
YUV94.36162.22148.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=35.55%
G=19.65%
B=44.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123681550.210.5600.39277.9339.0143.73
Hex7B449B1538027116272c
Octal17310423325700474264754
Binary1111011100010010011011101011110000100111100010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,68,155); }

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

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

 a { background-color: rgb(123,68,155); }

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

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

 span { border-color: rgb(123,68,155); }

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