#814EBA

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

Shades of Studio #814EBA

Tints of Studio #814EBA

Color information

#814EBA (or 0x814EBA) is unknown color: approx Studio. HEX triplet: 81, 4E and BA. RGB value is (129,78,186). Sum of RGB (Red+Green+Blue) = 129+78+186=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #814EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EBA is #7EB145. Grayscale: #696969. Windows color (decimal): -8302918 or 12209793. OLE color: 12209793.

HSL color Cylindrical-coordinate representation of color #814EBA: hue angle of 268.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814EBA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12978186-
CMYK0.310.5800.27
HSL268.33º43.9%51.76%-
HSV(B)268.33º58.06%72.94%-
XYZ20.6413.6648-
YUV105.56173.4144.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=32.82%
G=19.85%
B=47.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129781860.310.5800.27268.3343.951.76
Hex814EBA1F3A01B10c2c34
Octal20111627237720334145464
Binary1000000110011101011101011111111010011011100001100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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