#819AA3

Color #819AA3 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #819AA3

Tints of Bali Hai #819AA3

Color information

#819AA3 (or 0x819AA3) is unknown color: approx Bali Hai. HEX triplet: 81, 9A and A3. RGB value is (129,154,163). Sum of RGB (Red+Green+Blue) = 129+154+163=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 163 - color contains mainly: blue. Hex color #819AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819AA3 is #7E655C. Grayscale: #939393. Windows color (decimal): -8283485 or 10721921. OLE color: 10721921.

HSL color Cylindrical-coordinate representation of color #819AA3: hue angle of 195.88º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #819AA3 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129154163-
CMYK0.210.0600.36
HSL195.88º15.6%57.25%-
HSV(B)195.88º20.86%63.92%-
XYZ27.2230.4239.09-
YUV147.55136.72114.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=28.92%
G=34.53%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291541630.210.0600.36195.8815.657.25
Hex819AA3156024c41039
Octal2012322432560443042071
Binary1000000110011010101000111010111001001001100010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819AA3; }

 p { color: rgb(129,154,163); }

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

<style>
 a { background-color: #819AA3; }

 a { background-color: rgb(129,154,163); }

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

<style>
 span { border-color: #819AA3; }

 span { border-color: rgb(129,154,163); }

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