#7947BF

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

Shades of Studio #7947BF

Tints of Studio #7947BF

Color information

#7947BF (or 0x7947BF) is unknown color: approx Studio. HEX triplet: 79, 47 and BF. RGB value is (121,71,191). Sum of RGB (Red+Green+Blue) = 121+71+191=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #7947BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7947BF is #86B840. Grayscale: #636363. Windows color (decimal): -8828993 or 12535673. OLE color: 12535673.

HSL color Cylindrical-coordinate representation of color #7947BF: hue angle of 265º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7947BF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12171191-
CMYK0.370.6300.25
HSL265º48.39%51.37%-
HSV(B)265º62.83%74.9%-
XYZ19.5412.3350.64-
YUV99.63179.56143.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 71 (28.12% from 255) = 18.54%
BLUE value IS 191 (75% from 255) = 49.87%
R=31.59%
G=18.54%
B=49.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121711910.370.6300.2526548.3951.37
Hex7947BF253F0191093033
Octal17110727745770314116063
Binary1111001100011110111111100101111111011001100001001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7947BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7947BF; }

 p { color: rgb(121,71,191); }

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

<style>
 a { background-color: #7947BF; }

 a { background-color: rgb(121,71,191); }

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

<style>
 span { border-color: #7947BF; }

 span { border-color: rgb(121,71,191); }

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