#814BAF

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

Shades of Studio #814BAF

Tints of Studio #814BAF

Color information

#814BAF (or 0x814BAF) is unknown color: approx Studio. HEX triplet: 81, 4B and AF. RGB value is (129,75,175). Sum of RGB (Red+Green+Blue) = 129+75+175=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #814BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BAF is #7EB450. Grayscale: #666666. Windows color (decimal): -8303697 or 11488129. OLE color: 11488129.

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

Color convert

RGB12975175-
CMYK0.260.5700.31
HSL272.4º40%49.02%-
HSV(B)272.4º57.14%68.63%-
XYZ19.3112.7942.01-
YUV102.55168.89146.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=34.04%
G=19.79%
B=46.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129751750.260.5700.31272.44049.02
Hex814BAF1A3901F1102831
Octal20111325732710374205061
Binary1000000110010111010111111010111001011111100010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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