#7799B5

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

Shades of Bali Hai #7799B5

Tints of Bali Hai #7799B5

Color information

#7799B5 (or 0x7799B5) is unknown color: approx Bali Hai. HEX triplet: 77, 99 and B5. RGB value is (119,153,181). Sum of RGB (Red+Green+Blue) = 119+153+181=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #7799B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799B5 is #88664A. Grayscale: #919191. Windows color (decimal): -8939083 or 11901303. OLE color: 11901303.

HSL color Cylindrical-coordinate representation of color #7799B5: hue angle of 207.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7799B5 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119153181-
CMYK0.340.1500.29
HSL207.1º29.52%58.82%-
HSV(B)207.1º34.25%70.98%-
XYZ27.3430.0448.07-
YUV146.03147.74108.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=26.27%
G=33.77%
B=39.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191531810.340.1500.29207.129.5258.82
Hex7799B522F01Dcf1e3b
Octal16723126542170353173673
Binary1110111100110011011010110001011110111011100111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7799B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7799B5; }

 p { color: rgb(119,153,181); }

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

<style>
 a { background-color: #7799B5; }

 a { background-color: rgb(119,153,181); }

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

<style>
 span { border-color: #7799B5; }

 span { border-color: rgb(119,153,181); }

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