#7D9FAF

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

Shades of Bali Hai #7D9FAF

Tints of Bali Hai #7D9FAF

Color information

#7D9FAF (or 0x7D9FAF) is unknown color: approx Bali Hai. HEX triplet: 7D, 9F and AF. RGB value is (125,159,175). Sum of RGB (Red+Green+Blue) = 125+159+175=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D9FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9FAF is #826050. Grayscale: #969696. Windows color (decimal): -8544337 or 11509629. OLE color: 11509629.

HSL color Cylindrical-coordinate representation of color #7D9FAF: hue angle of 199.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D9FAF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125159175-
CMYK0.290.0900.31
HSL199.2º23.81%58.82%-
HSV(B)199.2º28.57%68.63%-
XYZ28.5932.2545.28-
YUV150.66141.74109.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.23%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=27.23%
G=34.64%
B=38.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251591750.290.0900.31199.223.8158.82
Hex7D9FAF1D901Fc7183b
Octal17523725735110373073073
Binary111110110011111101011111110110010111111100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D9FAF; }

 p { color: rgb(125,159,175); }

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

<style>
 a { background-color: #7D9FAF; }

 a { background-color: rgb(125,159,175); }

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

<style>
 span { border-color: #7D9FAF; }

 span { border-color: rgb(125,159,175); }

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