#7949B3

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

Shades of Studio #7949B3

Tints of Studio #7949B3

Color information

#7949B3 (or 0x7949B3) is unknown color: approx Studio. HEX triplet: 79, 49 and B3. RGB value is (121,73,179). Sum of RGB (Red+Green+Blue) = 121+73+179=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #7949B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949B3 is #86B64C. Grayscale: #636363. Windows color (decimal): -8828493 or 11749753. OLE color: 11749753.

HSL color Cylindrical-coordinate representation of color #7949B3: hue angle of 267.17º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7949B3 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12173179-
CMYK0.320.5900.30
HSL267.17º42.06%49.41%-
HSV(B)267.17º59.22%70.2%-
XYZ18.412.0844.01-
YUV99.44172.9143.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=32.44%
G=19.57%
B=47.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121731790.320.5900.30267.1742.0649.41
Hex7949B3203B01E10b2a31
Octal17111126340730364135261
Binary1111001100100110110011100000111011011110100001011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7949B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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