#7856A4

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

Shades of Studio #7856A4

Tints of Studio #7856A4

Color information

#7856A4 (or 0x7856A4) is unknown color: approx Studio. HEX triplet: 78, 56 and A4. RGB value is (120,86,164). Sum of RGB (Red+Green+Blue) = 120+86+164=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #7856A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7856A4 is #87A95B. Grayscale: #686868. Windows color (decimal): -8890716 or 10770040. OLE color: 10770040.

HSL color Cylindrical-coordinate representation of color #7856A4: hue angle of 266.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7856A4 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12086164-
CMYK0.270.4800.36
HSL266.15º31.2%49.02%-
HSV(B)266.15º47.56%64.31%-
XYZ17.7713.3336.76-
YUV105.06161.26138.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=32.43%
G=23.24%
B=44.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120861640.270.4800.36266.1531.249.02
Hex7856A41B3002410a1f31
Octal17012624433600444123761
Binary111100010101101010010011011110000010010010000101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7856A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7856A4; }

 p { color: rgb(120,86,164); }

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

<style>
 a { background-color: #7856A4; }

 a { background-color: rgb(120,86,164); }

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

<style>
 span { border-color: #7856A4; }

 span { border-color: rgb(120,86,164); }

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