Html Css Color HEX #819EBA Bali Hai

📋 copy color: '#819EBA'

red 129 ◦ green 158 ◦ blue 186

#819EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #819EBA

Tints of Bali Hai #819EBA

RGB

 RED value IS 129 (50.78% from 255) = 27.27%

 GREEN value IS 158 (62.11% from 255) = 33.4%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 27.27%
G = 33.4%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#819EBA (or 0x819EBA) is known color: 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

RGB 129 158 186 -
CMYK 0.31 0.15 0 0.27
HSL 209.47º 0.29% 0.62% -
HSV(B) 209.47º 0.31% 0.73% -
XYZ 30.14 32.67 51.17 -
YUV 152.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 129 158 186 0.31 0.15 0 0.27 209.47 0.29 0.62
Hex 81 9E BA 1F F 0 1B D1 1D 3E
Octal 201 236 272 37 17 0 33 321 35 76
Binary 10000001 10011110 10111010 11111 1111 0 11011 11010001 11101 111110

Color Harmonies of #819EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EBA

Black with #819EBA

Text Example


Text Example

White with #819EBA

Text Example


Text Example

HTML Codes & Css Web 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>