#7845AB

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

Shades of Studio #7845AB

Tints of Studio #7845AB

Color information

#7845AB (or 0x7845AB) is unknown color: approx Studio. HEX triplet: 78, 45 and AB. RGB value is (120,69,171). Sum of RGB (Red+Green+Blue) = 120+69+171=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7845AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7845AB is #87BA54. Grayscale: #5F5F5F. Windows color (decimal): -8895061 or 11224440. OLE color: 11224440.

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

Color convert

RGB12069171-
CMYK0.300.6000.33
HSL270º42.5%47.06%-
HSV(B)270º59.65%67.06%-
XYZ17.2211.1939.78-
YUV95.88170.4145.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=33.33%
G=19.17%
B=47.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120691710.300.6000.3327042.547.06
Hex7845AB1E3C02110e2a2f
Octal17010525336740414165257
Binary1111000100010110101011111101111000100001100001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7845AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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