Html Css Color HEX #819AB4 Bali Hai

📋 copy color: '#819AB4'

red 129 ◦ green 154 ◦ blue 180

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

Shades of Bali Hai #819AB4

Tints of Bali Hai #819AB4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.26%

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 27.86%
G = 33.26%
B = 38.88%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#819AB4 (or 0x819AB4) is known color: Bali Hai. HEX triplet: 81, 9A and B4. RGB value is (129,154,180). Sum of RGB (Red+Green+Blue) = 129+154+180=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #819AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AB4 is #7E654B. Grayscale: #959595. Windows color (decimal): -8283468 or 11836033. OLE color: 11836033.

HSL color Cylindrical-coordinate representation of color #819AB4: hue angle of 210.59º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #819AB4 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 154 180 -
CMYK 0.28 0.14 0 0.29
HSL 210.59º 0.25% 0.61% -
HSV(B) 210.59º 0.28% 0.71% -
XYZ 28.85 31.07 47.66 -
YUV 149.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 129 154 180 0.28 0.14 0 0.29 210.59 0.25 0.61
Hex 81 9A B4 1C E 0 1D D3 19 3D
Octal 201 232 264 34 16 0 35 323 31 75
Binary 10000001 10011010 10110100 11100 1110 0 11101 11010011 11001 111101

Color Harmonies of #819AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819AB4

Black with #819AB4

Text Example


Text Example

White with #819AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #819AB4;
 }
 .AnyTagClassName
 {
   color: #819AB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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