#7946BA

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

Shades of Studio #7946BA

Tints of Studio #7946BA

Color information

#7946BA (or 0x7946BA) is unknown color: approx Studio. HEX triplet: 79, 46 and BA. RGB value is (121,70,186). Sum of RGB (Red+Green+Blue) = 121+70+186=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #7946BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946BA is #86B945. Grayscale: #626262. Windows color (decimal): -8829254 or 12207737. OLE color: 12207737.

HSL color Cylindrical-coordinate representation of color #7946BA: hue angle of 266.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7946BA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12170186-
CMYK0.350.6200.27
HSL266.38º45.67%50.2%-
HSV(B)266.38º62.37%72.94%-
XYZ18.9411.9947.77-
YUV98.47177.4144.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=32.10%
G=18.57%
B=49.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121701860.350.6200.27266.3845.6750.2
Hex7946BA233E01B10a2e32
Octal17110627243760334125662
Binary1111001100011010111010100011111110011011100001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7946BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7946BA; }

 p { color: rgb(121,70,186); }

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

<style>
 a { background-color: #7946BA; }

 a { background-color: rgb(121,70,186); }

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

<style>
 span { border-color: #7946BA; }

 span { border-color: rgb(121,70,186); }

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