#769DB7

Color #769DB7 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #769DB7

Tints of Bali Hai #769DB7

Color information

#769DB7 (or 0x769DB7) is unknown color: approx Bali Hai. HEX triplet: 76, 9D and B7. RGB value is (118,157,183). Sum of RGB (Red+Green+Blue) = 118+157+183=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #769DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DB7 is #896248. Grayscale: #949494. Windows color (decimal): -9003593 or 12033398. OLE color: 12033398.

HSL color Cylindrical-coordinate representation of color #769DB7: hue angle of 204º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769DB7 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118157183-
CMYK0.360.1400.28
HSL204º31.1%59.02%-
HSV(B)204º35.52%71.76%-
XYZ28.0831.3849.38-
YUV148.3147.58106.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 183 (71.88% from 255) = 39.96%
R=25.76%
G=34.28%
B=39.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181571830.360.1400.2820431.159.02
Hex769DB724E01Ccc1f3b
Octal16623526744160343143773
Binary1110110100111011011011110010011100111001100110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,157,183); }

 H1.HeaderClassName
 {
   color: #769DB7;
 }
 .AnyTagClassName
 {
   color: #769DB7;
 }
</style>
background-color css

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

 a { background-color: rgb(118,157,183); }

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

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

 span { border-color: rgb(118,157,183); }

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