#7849b3

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

Shades of Studio #7849B3

Tints of Studio #7849B3

Color information

#7849B3 (or 0x7849B3) is unknown color: approx Studio. HEX triplet: 78, 49 and B3. RGB value is (120,73,179). Sum of RGB (Red+Green+Blue) = 120+73+179=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #7849B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849B3 is #87B64C. Grayscale: #626262. Windows color (decimal): -8894029 or 11749752. OLE color: 11749752.

HSL color Cylindrical-coordinate representation of color #7849B3: hue angle of 266.6º 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 #7849B3 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12073179-
CMYK0.330.5900.30
HSL266.6º42.06%49.41%-
HSV(B)266.6º59.22%70.2%-
XYZ18.2612.0144-
YUV99.14173.07142.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 179 (70.31% from 255) = 48.12%
R=32.26%
G=19.62%
B=48.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120731790.330.5900.30266.642.0649.41
Hex7849B3213B01E10b2a31
Octal17011126341730364135261
Binary1111000100100110110011100001111011011110100001011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7849b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7849b3; }

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

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

<style>
 a { background-color: #7849b3; }

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

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

<style>
 span { border-color: #7849b3; }

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

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