#7C9FAF

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

Shades of Bali Hai #7C9FAF

Tints of Bali Hai #7C9FAF

Color information

#7C9FAF (or 0x7C9FAF) is unknown color: approx Bali Hai. HEX triplet: 7C, 9F and AF. RGB value is (124,159,175). Sum of RGB (Red+Green+Blue) = 124+159+175=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C9FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9FAF is #836050. Grayscale: #969696. Windows color (decimal): -8609873 or 11509628. OLE color: 11509628.

HSL color Cylindrical-coordinate representation of color #7C9FAF: hue angle of 198.82º 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 #7C9FAF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124159175-
CMYK0.290.0900.31
HSL198.82º24.17%58.63%-
HSV(B)198.82º29.14%68.63%-
XYZ28.4532.1845.27-
YUV150.36141.9109.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=27.07%
G=34.72%
B=38.21%

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
Decimal1241591750.290.0900.31198.8224.1758.63
Hex7C9FAF1D901Fc7183b
Octal17423725735110373073073
Binary111110010011111101011111110110010111111100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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