#7F9CAF

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

Shades of Bali Hai #7F9CAF

Tints of Bali Hai #7F9CAF

Color information

#7F9CAF (or 0x7F9CAF) is unknown color: approx Bali Hai. HEX triplet: 7F, 9C and AF. RGB value is (127,156,175). Sum of RGB (Red+Green+Blue) = 127+156+175=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 156 (61.33% from 255 or 34.06% 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 #7F9CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9CAF is #806350. Grayscale: #959595. Windows color (decimal): -8414033 or 11508863. OLE color: 11508863.

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

Color convert

RGB127156175-
CMYK0.270.1100.31
HSL203.75º23.08%59.22%-
HSV(B)203.75º27.43%68.63%-
XYZ28.3831.3845.12-
YUV149.49142.39111.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=27.73%
G=34.06%
B=38.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271561750.270.1100.31203.7523.0859.22
Hex7F9CAF1BB01Fcc173b
Octal17723425733130373142773
Binary111111110011100101011111101110110111111100110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,175); }

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

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

 a { background-color: rgb(127,156,175); }

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

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

 span { border-color: rgb(127,156,175); }

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