Html Css Color HEX #819CAD Bali Hai

📋 copy color: '#819CAD'

red 129 ◦ green 156 ◦ blue 173

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

Shades of Bali Hai #819CAD

Tints of Bali Hai #819CAD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 28.17%
G = 34.06%
B = 37.77%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#819CAD (or 0x819CAD) is known color: Bali Hai. HEX triplet: 81, 9C and AD. RGB value is (129,156,173). Sum of RGB (Red+Green+Blue) = 129+156+173=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #819CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819CAD is #7E6352. Grayscale: #959595. Windows color (decimal): -8282963 or 11377793. OLE color: 11377793.

HSL color Cylindrical-coordinate representation of color #819CAD: hue angle of 203.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819CAD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 156 173 -
CMYK 0.25 0.10 0 0.32
HSL 203.18º 0.21% 0.59% -
HSV(B) 203.18º 0.25% 0.68% -
XYZ 28.48 31.46 44.11 -
YUV 149.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 129 156 173 0.25 0.10 0 0.32 203.18 0.21 0.59
Hex 81 9C AD 19 A 0 20 CB 15 3B
Octal 201 234 255 31 12 0 40 313 25 73
Binary 10000001 10011100 10101101 11001 1010 0 100000 11001011 10101 111011

Color Harmonies of #819CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CAD

Black with #819CAD

Text Example


Text Example

White with #819CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,156,173); }

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

background-color css

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

 a { background-color: rgb(129,156,173); }

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

border-color css

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

 span { border-color: rgb(129,156,173); }

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