#785AAB

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

Shades of Studio #785AAB

Tints of Studio #785AAB

Color information

#785AAB (or 0x785AAB) is unknown color: approx Studio. HEX triplet: 78, 5A and AB. RGB value is (120,90,171). Sum of RGB (Red+Green+Blue) = 120+90+171=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #785AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AAB is #87A554. Grayscale: #6B6B6B. Windows color (decimal): -8889685 or 11229816. OLE color: 11229816.

HSL color Cylindrical-coordinate representation of color #785AAB: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785AAB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12090171-
CMYK0.300.4700.33
HSL262.22º32.53%51.18%-
HSV(B)262.22º47.37%67.06%-
XYZ18.7514.2540.29-
YUV108.2163.44136.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=31.50%
G=23.62%
B=44.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120901710.300.4700.33262.2232.5351.18
Hex785AAB1E2F0211062133
Octal17013225336570414064163
Binary1111000101101010101011111101011110100001100000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785AAB; }

 p { color: rgb(120,90,171); }

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

<style>
 a { background-color: #785AAB; }

 a { background-color: rgb(120,90,171); }

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

<style>
 span { border-color: #785AAB; }

 span { border-color: rgb(120,90,171); }

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