Html Css Color HEX #769FB2 Bali Hai

📋 copy color: '#769FB2'

red 118 ◦ green 159 ◦ blue 178

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

Shades of Bali Hai #769FB2

Tints of Bali Hai #769FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.95%

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 25.93%
G = 34.95%
B = 39.12%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#769FB2 (or 0x769FB2) is known color: Bali Hai. HEX triplet: 76, 9F and B2. RGB value is (118,159,178). Sum of RGB (Red+Green+Blue) = 118+159+178=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #769FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FB2 is #89604D. Grayscale: #949494. Windows color (decimal): -9003086 or 11706230. OLE color: 11706230.

HSL color Cylindrical-coordinate representation of color #769FB2: hue angle of 199º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769FB2 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 159 178 -
CMYK 0.34 0.11 0 0.30
HSL 199º 0.28% 0.58% -
HSV(B) 199º 0.34% 0.7% -
XYZ 27.91 31.86 46.8 -
YUV 148.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 118 159 178 0.34 0.11 0 0.30 199 0.28 0.58
Hex 76 9F B2 22 B 0 1E C7 1C 3A
Octal 166 237 262 42 13 0 36 307 34 72
Binary 1110110 10011111 10110010 100010 1011 0 11110 11000111 11100 111010

Color Harmonies of #769FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FB2

Black with #769FB2

Text Example


Text Example

White with #769FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,159,178); }

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

background-color css

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

 a { background-color: rgb(118,159,178); }

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

border-color css

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

 span { border-color: rgb(118,159,178); }

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