#814DBA

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

Shades of Studio #814DBA

Tints of Studio #814DBA

Color information

#814DBA (or 0x814DBA) is unknown color: approx Studio. HEX triplet: 81, 4D and BA. RGB value is (129,77,186). Sum of RGB (Red+Green+Blue) = 129+77+186=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #814DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DBA is #7EB245. Grayscale: #686868. Windows color (decimal): -8303174 or 12209537. OLE color: 12209537.

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

Color convert

RGB12977186-
CMYK0.310.5900.27
HSL268.62º44.13%51.57%-
HSV(B)268.62º58.6%72.94%-
XYZ20.5713.5247.98-
YUV104.97173.73145.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=32.91%
G=19.64%
B=47.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129771860.310.5900.27268.6244.1351.57
Hex814DBA1F3B01B10d2c34
Octal20111527237730334155464
Binary1000000110011011011101011111111011011011100001101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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