#7995AB

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

Shades of Bali Hai #7995AB

Tints of Bali Hai #7995AB

Color information

#7995AB (or 0x7995AB) is unknown color: approx Bali Hai. HEX triplet: 79, 95 and AB. RGB value is (121,149,171). Sum of RGB (Red+Green+Blue) = 121+149+171=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #7995AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7995AB is #866A54. Grayscale: #8F8F8F. Windows color (decimal): -8809045 or 11244921. OLE color: 11244921.

HSL color Cylindrical-coordinate representation of color #7995AB: hue angle of 206.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7995AB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121149171-
CMYK0.290.1300.33
HSL206.4º22.94%57.25%-
HSV(B)206.4º29.24%67.06%-
XYZ25.9828.542.66-
YUV143.14143.72112.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=27.44%
G=33.79%
B=38.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211491710.290.1300.33206.422.9457.25
Hex7995AB1DD021ce1739
Octal17122525335150413162771
Binary1111001100101011010101111101110101000011100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7995AB; }

 p { color: rgb(121,149,171); }

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

<style>
 a { background-color: #7995AB; }

 a { background-color: rgb(121,149,171); }

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

<style>
 span { border-color: #7995AB; }

 span { border-color: rgb(121,149,171); }

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