#7F9CAB

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

Shades of Bali Hai #7F9CAB

Tints of Bali Hai #7F9CAB

Color information

#7F9CAB (or 0x7F9CAB) is unknown color: approx Bali Hai. HEX triplet: 7F, 9C and AB. RGB value is (127,156,171). Sum of RGB (Red+Green+Blue) = 127+156+171=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F9CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9CAB is #806354. Grayscale: #949494. Windows color (decimal): -8414037 or 11246719. OLE color: 11246719.

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

Color convert

RGB127156171-
CMYK0.260.0900.33
HSL200.45º20.75%58.43%-
HSV(B)200.45º25.73%67.06%-
XYZ27.9931.2343.08-
YUV149.04140.39112.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.97%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=27.97%
G=34.36%
B=37.67%

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
Decimal1271561710.260.0900.33200.4520.7558.43
Hex7F9CAB1A9021c8153a
Octal17723425332110413102572
Binary1111111100111001010101111010100101000011100100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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