#7949BE

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

Shades of Studio #7949BE

Tints of Studio #7949BE

Color information

#7949BE (or 0x7949BE) is unknown color: approx Studio. HEX triplet: 79, 49 and BE. RGB value is (121,73,190). Sum of RGB (Red+Green+Blue) = 121+73+190=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7949BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949BE is #86B641. Grayscale: #646464. Windows color (decimal): -8828482 or 12470649. OLE color: 12470649.

HSL color Cylindrical-coordinate representation of color #7949BE: hue angle of 264.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7949BE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12173190-
CMYK0.360.6200.25
HSL264.62º47.37%51.57%-
HSV(B)264.62º61.58%74.51%-
XYZ19.5612.5550.11-
YUV100.69178.4142.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=31.51%
G=19.01%
B=49.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121731900.360.6200.25264.6247.3751.57
Hex7949BE243E0191092f34
Octal17111127644760314115764
Binary1111001100100110111110100100111110011001100001001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7949BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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