#7854B3

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

Shades of Studio #7854B3

Tints of Studio #7854B3

Color information

#7854B3 (or 0x7854B3) is unknown color: approx Studio. HEX triplet: 78, 54 and B3. RGB value is (120,84,179). Sum of RGB (Red+Green+Blue) = 120+84+179=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #7854B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854B3 is #87AB4C. Grayscale: #696969. Windows color (decimal): -8891213 or 11752568. OLE color: 11752568.

HSL color Cylindrical-coordinate representation of color #7854B3: hue angle of 262.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7854B3 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12084179-
CMYK0.330.5300.30
HSL262.74º38.46%51.57%-
HSV(B)262.74º53.07%70.2%-
XYZ19.0513.5944.27-
YUV105.59169.43138.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=31.33%
G=21.93%
B=46.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120841790.330.5300.30262.7438.4651.57
Hex7854B3213501E1072634
Octal17012426341650364074664
Binary1111000101010010110011100001110101011110100000111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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