#7844AE

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

Shades of Studio #7844AE

Tints of Studio #7844AE

Color information

#7844AE (or 0x7844AE) is unknown color: approx Studio. HEX triplet: 78, 44 and AE. RGB value is (120,68,174). Sum of RGB (Red+Green+Blue) = 120+68+174=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #7844AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7844AE is #87BB51. Grayscale: #5F5F5F. Windows color (decimal): -8895314 or 11420792. OLE color: 11420792.

HSL color Cylindrical-coordinate representation of color #7844AE: hue angle of 269.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7844AE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12068174-
CMYK0.310.6100.32
HSL269.43º43.8%47.45%-
HSV(B)269.43º60.92%68.24%-
XYZ17.4511.1841.28-
YUV95.63172.23145.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=33.15%
G=18.78%
B=48.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120681740.310.6100.32269.4343.847.45
Hex7844AE1F3D02010d2c2f
Octal17010425637750404155457
Binary1111000100010010101110111111111010100000100001101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7844AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7844AE; }

 p { color: rgb(120,68,174); }

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

<style>
 a { background-color: #7844AE; }

 a { background-color: rgb(120,68,174); }

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

<style>
 span { border-color: #7844AE; }

 span { border-color: rgb(120,68,174); }

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