#819EBA

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

Shades of Bali Hai #819EBA

Tints of Bali Hai #819EBA

Color information

#819EBA (or 0x819EBA) is unknown color: approx Bali Hai. HEX triplet: 81, 9E and BA. RGB value is (129,158,186). Sum of RGB (Red+Green+Blue) = 129+158+186=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #819EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EBA is #7E6145. Grayscale: #989898. Windows color (decimal): -8282438 or 12230273. OLE color: 12230273.

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

Color convert

RGB129158186-
CMYK0.310.1500.27
HSL209.47º29.23%61.76%-
HSV(B)209.47º30.65%72.94%-
XYZ30.1432.6751.17-
YUV152.52146.89111.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=27.27%
G=33.40%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291581860.310.1500.27209.4729.2361.76
Hex819EBA1FF01Bd11d3e
Octal20123627237170333213576
Binary1000000110011110101110101111111110110111101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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