#7855AB

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

Shades of Studio #7855AB

Tints of Studio #7855AB

Color information

#7855AB (or 0x7855AB) is unknown color: approx Studio. HEX triplet: 78, 55 and AB. RGB value is (120,85,171). Sum of RGB (Red+Green+Blue) = 120+85+171=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #7855AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7855AB is #87AA54. Grayscale: #686868. Windows color (decimal): -8890965 or 11228536. OLE color: 11228536.

HSL color Cylindrical-coordinate representation of color #7855AB: hue angle of 264.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7855AB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12085171-
CMYK0.300.5000.33
HSL264.42º33.86%50.2%-
HSV(B)264.42º50.29%67.06%-
XYZ18.3413.4340.15-
YUV105.27165.1138.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=31.91%
G=22.61%
B=45.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120851710.300.5000.33264.4233.8650.2
Hex7855AB1E320211082232
Octal17012525336620414104262
Binary1111000101010110101011111101100100100001100001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855AB; }

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

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

<style>
 a { background-color: #7855AB; }

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

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

<style>
 span { border-color: #7855AB; }

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

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