#814FAA

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

Shades of Studio #814FAA

Tints of Studio #814FAA

Color information

#814FAA (or 0x814FAA) is unknown color: approx Studio. HEX triplet: 81, 4F and AA. RGB value is (129,79,170). Sum of RGB (Red+Green+Blue) = 129+79+170=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #814FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814FAA is #7EB055. Grayscale: #686868. Windows color (decimal): -8302678 or 11161473. OLE color: 11161473.

HSL color Cylindrical-coordinate representation of color #814FAA: hue angle of 272.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814FAA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12979170-
CMYK0.240.5400.33
HSL272.97º36.55%48.82%-
HSV(B)272.97º53.53%66.67%-
XYZ19.113.1639.56-
YUV104.32165.06145.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=34.13%
G=20.90%
B=44.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129791700.240.5400.33272.9736.5548.82
Hex814FAA18360211112531
Octal20111725230660414214561
Binary10000001100111110101010110001101100100001100010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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