#814EA6

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

Shades of Studio #814EA6

Tints of Studio #814EA6

Color information

#814EA6 (or 0x814EA6) is unknown color: approx Studio. HEX triplet: 81, 4E and A6. RGB value is (129,78,166). Sum of RGB (Red+Green+Blue) = 129+78+166=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #814EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814EA6 is #7EB159. Grayscale: #666666. Windows color (decimal): -8302938 or 10899073. OLE color: 10899073.

HSL color Cylindrical-coordinate representation of color #814EA6: hue angle of 274.77º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814EA6 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12978166-
CMYK0.220.5300.35
HSL274.77º36.07%47.84%-
HSV(B)274.77º53.01%65.1%-
XYZ18.6612.8737.58-
YUV103.28163.4146.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=34.58%
G=20.91%
B=44.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129781660.220.5300.35274.7736.0747.84
Hex814EA616350231132430
Octal20111624626650434234460
Binary10000001100111010100110101101101010100011100010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814EA6; }

 p { color: rgb(129,78,166); }

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

<style>
 a { background-color: #814EA6; }

 a { background-color: rgb(129,78,166); }

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

<style>
 span { border-color: #814EA6; }

 span { border-color: rgb(129,78,166); }

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