#814BBA

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

Shades of Studio #814BBA

Tints of Studio #814BBA

Color information

#814BBA (or 0x814BBA) is unknown color: approx Studio. HEX triplet: 81, 4B and BA. RGB value is (129,75,186). Sum of RGB (Red+Green+Blue) = 129+75+186=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #814BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BBA is #7EB445. Grayscale: #676767. Windows color (decimal): -8303686 or 12209025. OLE color: 12209025.

HSL color Cylindrical-coordinate representation of color #814BBA: hue angle of 269.19º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814BBA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12975186-
CMYK0.310.6000.27
HSL269.19º44.58%51.18%-
HSV(B)269.19º59.68%72.94%-
XYZ20.4313.2447.93-
YUV103.8174.39145.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 75 (29.69% from 255) = 19.23%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=33.08%
G=19.23%
B=47.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129751860.310.6000.27269.1944.5851.18
Hex814BBA1F3C01B10d2d33
Octal20111327237740334155563
Binary1000000110010111011101011111111100011011100001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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