#814FAE

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

Shades of Studio #814FAE

Tints of Studio #814FAE

Color information

#814FAE (or 0x814FAE) is unknown color: approx Studio. HEX triplet: 81, 4F and AE. RGB value is (129,79,174). Sum of RGB (Red+Green+Blue) = 129+79+174=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #814FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814FAE is #7EB051. Grayscale: #686868. Windows color (decimal): -8302674 or 11423617. OLE color: 11423617.

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

Color convert

RGB12979174-
CMYK0.260.5500.32
HSL271.58º37.55%49.61%-
HSV(B)271.58º54.6%68.24%-
XYZ19.4913.3241.59-
YUV104.78167.06145.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=33.77%
G=20.68%
B=45.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129791740.260.5500.32271.5837.5549.61
Hex814FAE1A370201102632
Octal20111725632670404204662
Binary10000001100111110101110110101101110100000100010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,79,174); }

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

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

 a { background-color: rgb(129,79,174); }

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

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

 span { border-color: rgb(129,79,174); }

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