Html Css Color HEX #769AB9 Bali Hai

📋 copy color: '#769AB9'

red 118 ◦ green 154 ◦ blue 185

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

Shades of Bali Hai #769AB9

Tints of Bali Hai #769AB9

RGB

 RED value IS 118 (46.48% from 255) = 25.82%

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 25.82%
G = 33.7%
B = 40.48%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#769AB9 (or 0x769AB9) is known color: Bali Hai. HEX triplet: 76, 9A and B9. RGB value is (118,154,185). Sum of RGB (Red+Green+Blue) = 118+154+185=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #769AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AB9 is #896546. Grayscale: #929292. Windows color (decimal): -9004359 or 12163702. OLE color: 12163702.

HSL color Cylindrical-coordinate representation of color #769AB9: hue angle of 207.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769AB9 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 154 185 -
CMYK 0.36 0.17 0 0.27
HSL 207.76º 0.32% 0.59% -
HSV(B) 207.76º 0.36% 0.73% -
XYZ 27.78 30.47 50.32 -
YUV 146.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 118 154 185 0.36 0.17 0 0.27 207.76 0.32 0.59
Hex 76 9A B9 24 11 0 1B D0 20 3B
Octal 166 232 271 44 21 0 33 320 40 73
Binary 1110110 10011010 10111001 100100 10001 0 11011 11010000 100000 111011

Color Harmonies of #769AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AB9

Black with #769AB9

Text Example


Text Example

White with #769AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769AB9; }

 p { color: rgb(118,154,185); }

 H1.HeaderClassName
 {
   color: #769AB9;
 }
 .AnyTagClassName
 {
   color: #769AB9;
 }
</style>

background-color css

<style>
 a { background-color: #769AB9; }

 a { background-color: rgb(118,154,185); }

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

border-color css

<style>
 span { border-color: #769AB9; }

 span { border-color: rgb(118,154,185); }

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