#7857AA

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

Shades of Studio #7857AA

Tints of Studio #7857AA

Color information

#7857AA (or 0x7857AA) is unknown color: approx Studio. HEX triplet: 78, 57 and AA. RGB value is (120,87,170). Sum of RGB (Red+Green+Blue) = 120+87+170=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #7857AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7857AA is #87A855. Grayscale: #6A6A6A. Windows color (decimal): -8890454 or 11163512. OLE color: 11163512.

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

Color convert

RGB12087170-
CMYK0.290.4900.33
HSL263.86º32.81%50.39%-
HSV(B)263.86º48.82%66.67%-
XYZ18.4113.7139.71-
YUV106.33163.93137.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=31.83%
G=23.08%
B=45.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120871700.290.4900.33263.8632.8150.39
Hex7857AA1D310211082132
Octal17012725235610414104162
Binary1111000101011110101010111011100010100001100001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7857AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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