#7846BB

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

Shades of Studio #7846BB

Tints of Studio #7846BB

Color information

#7846BB (or 0x7846BB) is unknown color: approx Studio. HEX triplet: 78, 46 and BB. RGB value is (120,70,187). Sum of RGB (Red+Green+Blue) = 120+70+187=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #7846BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7846BB is #87B944. Grayscale: #616161. Windows color (decimal): -8894789 or 12273272. OLE color: 12273272.

HSL color Cylindrical-coordinate representation of color #7846BB: hue angle of 265.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7846BB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12070187-
CMYK0.360.6300.27
HSL265.64º46.25%50.39%-
HSV(B)265.64º62.57%73.33%-
XYZ18.9111.9648.33-
YUV98.29178.06143.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=31.83%
G=18.57%
B=49.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120701870.360.6300.27265.6446.2550.39
Hex7846BB243F01B10a2e32
Octal17010627344770334125662
Binary1111000100011010111011100100111111011011100001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7846BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7846BB; }

 p { color: rgb(120,70,187); }

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

<style>
 a { background-color: #7846BB; }

 a { background-color: rgb(120,70,187); }

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

<style>
 span { border-color: #7846BB; }

 span { border-color: rgb(120,70,187); }

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