#7B50BB

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

Shades of Studio #7B50BB

Tints of Studio #7B50BB

Color information

#7B50BB (or 0x7B50BB) is unknown color: approx Studio. HEX triplet: 7B, 50 and BB. RGB value is (123,80,187). Sum of RGB (Red+Green+Blue) = 123+80+187=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B50BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50BB is #84AF44. Grayscale: #686868. Windows color (decimal): -8695621 or 12275835. OLE color: 12275835.

HSL color Cylindrical-coordinate representation of color #7B50BB: hue angle of 264.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B50BB is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12380187-
CMYK0.340.5700.27
HSL264.11º44.03%52.35%-
HSV(B)264.11º57.22%73.33%-
XYZ20.0113.5448.57-
YUV105.06174.25140.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=31.54%
G=20.51%
B=47.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123801870.340.5700.27264.1144.0352.35
Hex7B50BB223901B1082c34
Octal17312027342710334105464
Binary1111011101000010111011100010111001011011100001000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B50BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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