#7F9CAC

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

Shades of Bali Hai #7F9CAC

Tints of Bali Hai #7F9CAC

Color information

#7F9CAC (or 0x7F9CAC) is unknown color: approx Bali Hai. HEX triplet: 7F, 9C and AC. RGB value is (127,156,172). Sum of RGB (Red+Green+Blue) = 127+156+172=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F9CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9CAC is #806353. Grayscale: #959595. Windows color (decimal): -8414036 or 11312255. OLE color: 11312255.

HSL color Cylindrical-coordinate representation of color #7F9CAC: hue angle of 201.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F9CAC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127156172-
CMYK0.260.0900.33
HSL201.33º21.33%58.63%-
HSV(B)201.33º26.16%67.45%-
XYZ28.0931.2743.58-
YUV149.15140.89112.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=27.91%
G=34.29%
B=37.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271561720.260.0900.33201.3321.3358.63
Hex7F9CAC1A9021c9153b
Octal17723425432110413112573
Binary1111111100111001010110011010100101000011100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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