#814EAF

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

Shades of Studio #814EAF

Tints of Studio #814EAF

Color information

#814EAF (or 0x814EAF) is unknown color: approx Studio. HEX triplet: 81, 4E and AF. RGB value is (129,78,175). Sum of RGB (Red+Green+Blue) = 129+78+175=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #814EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814EAF is #7EB150. Grayscale: #676767. Windows color (decimal): -8302929 or 11488897. OLE color: 11488897.

HSL color Cylindrical-coordinate representation of color #814EAF: hue angle of 271.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814EAF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12978175-
CMYK0.260.5500.31
HSL271.55º38.34%49.61%-
HSV(B)271.55º55.43%68.63%-
XYZ19.5213.2142.08-
YUV104.31167.9145.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=33.77%
G=20.42%
B=45.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129781750.260.5500.31271.5538.3449.61
Hex814EAF1A3701F1102632
Octal20111625732670374204662
Binary1000000110011101010111111010110111011111100010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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