#7949BD

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

Shades of Studio #7949BD

Tints of Studio #7949BD

Color information

#7949BD (or 0x7949BD) is unknown color: approx Studio. HEX triplet: 79, 49 and BD. RGB value is (121,73,189). Sum of RGB (Red+Green+Blue) = 121+73+189=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #7949BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949BD is #86B642. Grayscale: #646464. Windows color (decimal): -8828483 or 12405113. OLE color: 12405113.

HSL color Cylindrical-coordinate representation of color #7949BD: hue angle of 264.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7949BD is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12173189-
CMYK0.360.6100.26
HSL264.83º46.77%51.37%-
HSV(B)264.83º61.38%74.12%-
XYZ19.4512.549.53-
YUV100.58177.9142.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=31.59%
G=19.06%
B=49.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121731890.360.6100.26264.8346.7751.37
Hex7949BD243D01A1092f33
Octal17111127544750324115763
Binary1111001100100110111101100100111101011010100001001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7949BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7949BD; }

 p { color: rgb(121,73,189); }

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

<style>
 a { background-color: #7949BD; }

 a { background-color: rgb(121,73,189); }

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

<style>
 span { border-color: #7949BD; }

 span { border-color: rgb(121,73,189); }

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