#814bae

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

Shades of Studio #814BAE

Tints of Studio #814BAE

Color information

#814BAE (or 0x814BAE) is unknown color: approx Studio. HEX triplet: 81, 4B and AE. RGB value is (129,75,174). Sum of RGB (Red+Green+Blue) = 129+75+174=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #814BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BAE is #7EB451. Grayscale: #666666. Windows color (decimal): -8303698 or 11422593. OLE color: 11422593.

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

Color convert

RGB12975174-
CMYK0.260.5700.32
HSL272.73º39.76%48.82%-
HSV(B)272.73º56.9%68.24%-
XYZ19.2112.7641.49-
YUV102.43168.39146.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=34.13%
G=19.84%
B=46.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129751740.260.5700.32272.7339.7648.82
Hex814BAE1A390201112831
Octal20111325632710404215061
Binary10000001100101110101110110101110010100000100010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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