#7850AA

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

Shades of Studio #7850AA

Tints of Studio #7850AA

Color information

#7850AA (or 0x7850AA) is unknown color: approx Studio. HEX triplet: 78, 50 and AA. RGB value is (120,80,170). Sum of RGB (Red+Green+Blue) = 120+80+170=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7850AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7850AA is #87AF55. Grayscale: #656565. Windows color (decimal): -8892246 or 11161720. OLE color: 11161720.

HSL color Cylindrical-coordinate representation of color #7850AA: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7850AA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12080170-
CMYK0.290.5300.33
HSL266.67º36%49.02%-
HSV(B)266.67º52.94%66.67%-
XYZ17.8712.6339.53-
YUV102.22166.25140.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=32.43%
G=21.62%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120801700.290.5300.33266.673649.02
Hex7850AA1D3502110b2431
Octal17012025235650414134461
Binary1111000101000010101010111011101010100001100001011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7850AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7850AA; }

 p { color: rgb(120,80,170); }

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

<style>
 a { background-color: #7850AA; }

 a { background-color: rgb(120,80,170); }

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

<style>
 span { border-color: #7850AA; }

 span { border-color: rgb(120,80,170); }

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