Html Css Color HEX #769CB1 Bali Hai

📋 copy color: '#769CB1'

red 118 ◦ green 156 ◦ blue 177

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

Shades of Bali Hai #769CB1

Tints of Bali Hai #769CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 26.16%
G = 34.59%
B = 39.25%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#769CB1 (or 0x769CB1) is known color: Bali Hai. HEX triplet: 76, 9C and B1. RGB value is (118,156,177). Sum of RGB (Red+Green+Blue) = 118+156+177=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 177 - color contains mainly: blue. Hex color #769CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CB1 is #89634E. Grayscale: #929292. Windows color (decimal): -9003855 or 11639926. OLE color: 11639926.

HSL color Cylindrical-coordinate representation of color #769CB1: hue angle of 201.36º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769CB1 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 156 177 -
CMYK 0.33 0.12 0 0.31
HSL 201.36º 0.27% 0.58% -
HSV(B) 201.36º 0.33% 0.69% -
XYZ 27.3 30.8 46.1 -
YUV 147.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 118 156 177 0.33 0.12 0 0.31 201.36 0.27 0.58
Hex 76 9C B1 21 C 0 1F C9 1B 3A
Octal 166 234 261 41 14 0 37 311 33 72
Binary 1110110 10011100 10110001 100001 1100 0 11111 11001001 11011 111010

Color Harmonies of #769CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CB1

Black with #769CB1

Text Example


Text Example

White with #769CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,177); }

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

background-color css

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

 a { background-color: rgb(118,156,177); }

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

border-color css

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

 span { border-color: rgb(118,156,177); }

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